Uses of Class
org.johnnei.javatorrent.torrent.FileInfo
-
Packages that use FileInfo Package Description org.johnnei.javatorrent.torrent -
-
Uses of FileInfo in org.johnnei.javatorrent.torrent
Fields in org.johnnei.javatorrent.torrent with type parameters of type FileInfo Modifier and Type Field Description protected List<FileInfo>AbstractFileSet. fileInfosThe file info about all the files which are contained within thisAbstractFileSetMethods in org.johnnei.javatorrent.torrent that return FileInfo Modifier and Type Method Description FileInfoAbstractFileSet. getFileForBytes(int pieceIndex, int blockIndex, int byteOffset)Gets the FileInfo for the given piece and blockMethods in org.johnnei.javatorrent.torrent that return types with arguments of type FileInfo Modifier and Type Method Description List<FileInfo>AbstractFileSet. getFiles()Creates an unmodifiable view of the list of files in this fileset.
-