Uses of Interface
com.biglybt.core.disk.impl.piecemapper.DMPieceMapperFile
-
Packages that use DMPieceMapperFile Package Description com.biglybt.core.disk.impl com.biglybt.core.disk.impl.piecemapper com.biglybt.core.disk.impl.piecemapper.impl com.biglybt.core.lws -
-
Uses of DMPieceMapperFile in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl with parameters of type DMPieceMapperFile Modifier and Type Method Description private DiskManagerFileInfoImpl
DiskManagerImpl. createFileInfo(DownloadManagerState state, DMPieceMapperFile pm_info, int file_index, java.io.File root_dir, java.lang.String relative_file, int storage_type)
-
Uses of DMPieceMapperFile in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return DMPieceMapperFile Modifier and Type Method Description DMPieceMapperFile[]
DMPieceMapper. getFiles()
-
Uses of DMPieceMapperFile in com.biglybt.core.disk.impl.piecemapper.impl
Classes in com.biglybt.core.disk.impl.piecemapper.impl that implement DMPieceMapperFile Modifier and Type Class Description protected static class
PieceMapperImpl.fileInfo
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return DMPieceMapperFile Modifier and Type Method Description DMPieceMapperFile[]
PieceMapperImpl. getFiles()
-
Uses of DMPieceMapperFile in com.biglybt.core.lws
Methods in com.biglybt.core.lws with parameters of type DMPieceMapperFile Modifier and Type Method Description protected DiskManagerFileInfoImpl[]
LWSDiskManager. getFileInfo(DMPieceMapperFile[] pm_files, java.io.File save_location)
-