public interface Byteable<Underlying>
| Modifier and Type | Method and Description |
|---|---|
void |
bytesStore(BytesStore<Bytes<Underlying>,Underlying> bytesStore,
long offset,
long length)
This setter for a data type which points to an underlying ByteStore.
|
long |
maxSize() |
void bytesStore(BytesStore<Bytes<Underlying>,Underlying> bytesStore, long offset, long length)
bytesStore - the fix point ByteStoreoffset - the offset within the ByteStorelength - the length in the ByteStorelong maxSize()
Copyright © 2015. All rights reserved.