Package | Description |
---|---|
nl.renarj.jasdb.core.storage.datablocks | |
nl.renarj.jasdb.core.storage.datablocks.impl |
Modifier and Type | Method and Description |
---|---|
DataBlockResult<byte[]> |
DataBlock.loadBytes(int offset)
Load bytes from the datablock, providing an offset from the start of the block.
|
DataBlockResult<byte[]> |
DataBlock.loadBytes(long absolutePosition) |
DataBlockResult<Long> |
DataBlock.loadLong(int offset) |
DataBlockResult<Long> |
DataBlock.loadLong(long absolutePosition) |
DataBlockResult<BlockDataInputStream> |
DataBlock.loadStream(int offset) |
DataBlockResult<BlockDataInputStream> |
DataBlock.loadStream(long absolutePosition) |
Modifier and Type | Method and Description |
---|---|
DataBlockResult<byte[]> |
DataBlockImpl.loadBytes(int offset) |
DataBlockResult<byte[]> |
DataBlockImpl.loadBytes(long absolutePosition) |
DataBlockResult<Long> |
DataBlockImpl.loadLong(int offset) |
DataBlockResult<Long> |
DataBlockImpl.loadLong(long absolutePosition) |
DataBlockResult<BlockDataInputStream> |
DataBlockImpl.loadStream(int offset) |
DataBlockResult<BlockDataInputStream> |
DataBlockImpl.loadStream(long absolutePosition) |
Copyright © 2015. All rights reserved.