org.gudy.azureus2.core3.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 org.gudy.azureus2.core3.torrent.TOTorrent
AZUREUS_PRIVATE_PROPERTIES, AZUREUS_PROPERTIES, DEFAULT_IGNORE_FILES, ENCODING_ACTUALLY_UTF8_KEYS
 
Method Summary
 byte[][] peekPieces()
           
 void setDiscardFluff(boolean discard)
           
 
Methods inherited from interface org.gudy.azureus2.core3.torrent.TOTorrent
addListener, getAdditionalByteArrayProperty, getAdditionalListProperty, getAdditionalLongProperty, getAdditionalMapProperty, getAdditionalProperty, getAdditionalStringProperty, getAnnounceURL, getAnnounceURLGroup, getComment, getCreatedBy, getCreationDate, getFileCount, getFiles, getHash, getHashWrapper, getMonitor, getName, getNumberOfPieces, getPieceLength, getPieces, getPrivate, getSize, getUTF8Name, hasSameHashAs, isCreated, isDecentralised, isSimpleTorrent, print, removeAdditionalProperties, removeAdditionalProperty, removeListener, serialiseToBEncodedFile, serialiseToMap, serialiseToXMLFile, setAdditionalByteArrayProperty, setAdditionalListProperty, setAdditionalLongProperty, setAdditionalMapProperty, setAdditionalProperty, setAdditionalStringProperty, setAnnounceURL, setComment, setCreatedBy, setCreationDate, setHashOverride, setPieces, setPrivate
 

Method Detail

peekPieces

byte[][] peekPieces()
                    throws TOTorrentException
Throws:
TOTorrentException

setDiscardFluff

void setDiscardFluff(boolean discard)