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

All Known Implementing Classes:
PieceMapperImpl

public interface DMPieceMapper


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