Class DiskManagerChannelImpl.dataEntry

java.lang.Object
com.biglybt.pifimpl.local.disk.DiskManagerChannelImpl.dataEntry
Enclosing class:
DiskManagerChannelImpl

protected static class DiskManagerChannelImpl.dataEntry extends Object
  • Field Details

    • offset

      private long offset
    • length

      private long length
  • Constructor Details

    • dataEntry

      protected dataEntry(long _offset, long _length)
  • Method Details

    • getOffset

      protected long getOffset()
    • getLength

      protected long getLength()
    • setLength

      protected void setLength(long _length)
    • getString

      protected String getString()