org.gudy.azureus2.pluginsimpl.local.disk
Class DiskManagerChannelImpl.dataEntry

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.disk.DiskManagerChannelImpl.dataEntry
Enclosing class:
DiskManagerChannelImpl

protected static class DiskManagerChannelImpl.dataEntry
extends Object


Constructor Summary
protected DiskManagerChannelImpl.dataEntry(long _offset, long _length)
           
 
Method Summary
protected  long getLength()
           
protected  long getOffset()
           
protected  String getString()
           
protected  void setLength(long _length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskManagerChannelImpl.dataEntry

protected DiskManagerChannelImpl.dataEntry(long _offset,
                                           long _length)
Method Detail

getOffset

protected long getOffset()

getLength

protected long getLength()

setLength

protected void setLength(long _length)

getString

protected String getString()