Constructor and Description |
---|
BinaryBooleanReference() |
Modifier and Type | Method and Description |
---|---|
BytesStore |
bytesStore() |
void |
bytesStore(BytesStore bytes,
long offset,
long length)
This setter for a data type which points to an underlying ByteStore.
|
boolean |
getValue() |
long |
maxSize() |
long |
offset() |
void |
setValue(boolean flag) |
public void bytesStore(BytesStore bytes, long offset, long length) throws IllegalStateException, IllegalArgumentException, BufferOverflowException, BufferUnderflowException
Byteable
bytesStore
in interface Byteable
bytes
- the fix point ByteStoreoffset
- the offset within the ByteStorelength
- the length in the ByteStoreIllegalStateException
IllegalArgumentException
BufferOverflowException
BufferUnderflowException
public BytesStore bytesStore()
bytesStore
in interface Byteable
public long maxSize()
public boolean getValue()
getValue
in interface net.openhft.chronicle.core.values.BooleanValue
public void setValue(boolean flag)
setValue
in interface net.openhft.chronicle.core.values.BooleanValue
Copyright © 2018. All rights reserved.