org.gudy.azureus2.core3.disk.impl.piecemapper
Interface DMPieceMapper

All Known Implementing Classes:
PieceMapperImpl

public interface DMPieceMapper


Method Summary
 void construct(LocaleUtilDecoder _locale_decoder, String _save_name)
           
 DMPieceMapperFile[] getFiles()
           
 int getLastPieceLength()
           
 int getPieceLength()
           
 DMPieceMap getPieceMap()
           
 long getTotalLength()
           
 

Method Detail

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()