public class TorrentSharedFilePackage extends CustomPackage
Represents shared file information. Contains detailed info about each file in a torrent distribution.
Learn more
Modifier and Type | Method and Description |
---|---|
long |
getLength()
Gets the length of the file in bytes.
|
String |
getName()
Gets the full name of the file (relative path to the file from the root torrent folder).
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getName()
Gets the full name of the file (relative path to the file from the root torrent folder).
public final long getLength()
Gets the length of the file in bytes.