org.gudy.azureus2.core3.disk.impl.piecemapper.impl
Class DMPieceMapSimple

java.lang.Object
  extended by org.gudy.azureus2.core3.disk.impl.piecemapper.impl.DMPieceMapSimple
All Implemented Interfaces:
DMPieceMap

public class DMPieceMapSimple
extends Object
implements DMPieceMap


Nested Class Summary
protected  class DMPieceMapSimple.pieceList
           
 
Constructor Summary
protected DMPieceMapSimple(TOTorrent torrent, DiskManagerFileInfoImpl _file)
           
 
Method Summary
 DMPieceList getPieceList(int piece_number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMPieceMapSimple

protected DMPieceMapSimple(TOTorrent torrent,
                           DiskManagerFileInfoImpl _file)
Method Detail

getPieceList

public DMPieceList getPieceList(int piece_number)
Specified by:
getPieceList in interface DMPieceMap