Package com.biglybt.core.util
Interface TorrentUtils.ExtendedTorrent
-
- All Superinterfaces:
TOTorrent
- All Known Implementing Classes:
DownloadManagerStateImpl.CachedStateWrapper
,TorrentUtils.torrentDelegate
- Enclosing class:
- TorrentUtils
public static interface TorrentUtils.ExtendedTorrent extends TOTorrent
-
-
Field Summary
-
Fields inherited from interface com.biglybt.core.torrent.TOTorrent
AZUREUS_PRIVATE_PROPERTIES, AZUREUS_PROPERTIES, DEFAULT_IGNORE_FILES, ENCODING_ACTUALLY_UTF8_KEYS, TT_V1, TT_V1_V2, TT_V2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[][]
peekPieces()
void
setDiscardFluff(boolean discard)
-
Methods inherited from interface com.biglybt.core.torrent.TOTorrent
addListener, getAdditionalByteArrayProperty, getAdditionalListProperty, getAdditionalLongProperty, getAdditionalMapProperty, getAdditionalProperty, getAdditionalStringProperty, getAnnounceURL, getAnnounceURLGroup, getComment, getCreatedBy, getCreationDate, getEffectiveTorrentType, getFileCount, getFiles, getFullHash, getHash, getHashWrapper, getMonitor, getName, getNumberOfPieces, getPieceLength, getPieces, getPrivate, getSize, getSource, getTorrentType, getTruncatedHash, getUTF8Name, hasSameHashAs, isCreated, isDecentralised, isExportable, isSimpleTorrent, print, removeAdditionalProperties, removeAdditionalProperty, removeListener, selectHybridHashType, serialiseToBEncodedFile, serialiseToMap, serialiseToXMLFile, setAdditionalByteArrayProperty, setAdditionalListProperty, setAdditionalLongProperty, setAdditionalMapProperty, setAdditionalProperty, setAdditionalStringProperty, setAnnounceURL, setComment, setCreatedBy, setCreationDate, setHashOverride, setPieces, setPrivate, setSource, updateExportability
-
-
-
-
Method Detail
-
peekPieces
byte[][] peekPieces() throws TOTorrentException
- Throws:
TOTorrentException
-
setDiscardFluff
void setDiscardFluff(boolean discard)
-
-