Interface DMPieceMapEntry
-
- All Known Implementing Classes:
DMPieceMapSimple.pieceList
,PieceMapEntryImpl
public interface DMPieceMapEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiskManagerFileInfo
getFile()
int
getLength()
long
getOffset()
-
-
-
Method Detail
-
getFile
DiskManagerFileInfo getFile()
-
getOffset
long getOffset()
-
getLength
int getLength()
-
-