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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final long getLength()
Gets the length of the file in bytes.
public final String getName()
Gets the full name of the file (relative path to the file from the root torrent folder).
Copyright © 2025. All rights reserved.