Interface DMPieceMapper
-
- All Known Implementing Classes:
PieceMapperImpl
public interface DMPieceMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
construct(LocaleUtilDecoder _locale_decoder, java.lang.String _save_name)
DMPieceMapperFile[]
getFiles()
int
getLastPieceLength()
int
getPieceLength()
DMPieceMap
getPieceMap()
long
getTotalLength()
-
-
-
Method Detail
-
construct
void construct(LocaleUtilDecoder _locale_decoder, java.lang.String _save_name) throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
getPieceMap
DMPieceMap getPieceMap()
-
getFiles
DMPieceMapperFile[] getFiles()
-
getPieceLength
int getPieceLength()
-
getLastPieceLength
int getLastPieceLength()
-
getTotalLength
long getTotalLength()
-
-