Uses of Class
com.biglybt.core.disk.impl.piecemapper.impl.PieceMapEntryImpl
-
Packages that use PieceMapEntryImpl Package Description com.biglybt.core.disk.impl.piecemapper.impl -
-
Uses of PieceMapEntryImpl in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as PieceMapEntryImpl Modifier and Type Field Description private PieceMapEntryImpl[]
PieceListImpl. pieces
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return types with arguments of type PieceMapEntryImpl Modifier and Type Method Description private java.util.List<PieceMapEntryImpl>
PieceMapperImpl. buildLastPieceToFileList(java.util.List<PieceMapperImpl.fileInfo> file_list, int current_file, long file_offset)
Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type PieceMapEntryImpl Constructor Description PieceListImpl(PieceMapEntryImpl[] _pieces)
-