Interface DMPieceMapper
- All Known Implementing Classes:
PieceMapperImpl
public interface DMPieceMapper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
construct
(LocaleUtilDecoder _locale_decoder, String _save_name) getFiles()
int
int
long
-
Method Details
-
construct
void construct(LocaleUtilDecoder _locale_decoder, String _save_name) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
getPieceMap
DMPieceMap getPieceMap() -
getFiles
DMPieceMapperFile[] getFiles() -
getPieceLength
int getPieceLength() -
getLastPieceLength
int getLastPieceLength() -
getTotalLength
long getTotalLength()
-