public class BinaryBooleanReference extends AbstractReference implements net.openhft.chronicle.core.values.BooleanValue
bytes, offset| Constructor and Description |
|---|
BinaryBooleanReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
bytesStore(BytesStore bytes,
long offset,
long length)
This setter for a data type which points to an underlying ByteStore.
|
boolean |
getValue() |
long |
maxSize() |
void |
setValue(boolean flag) |
acceptNewBytesStore, address, bytesStore, close, offsetpublic void bytesStore(@NotNull
BytesStore bytes,
long offset,
long length)
throws IllegalStateException,
IllegalArgumentException,
BufferOverflowException,
BufferUnderflowException
ByteablebytesStore in interface ByteablebytesStore in class AbstractReferencebytes - the fix point ByteStoreoffset - the offset within the ByteStorelength - the length in the ByteStoreIllegalStateExceptionIllegalArgumentExceptionBufferOverflowExceptionBufferUnderflowExceptionpublic long maxSize()
maxSize in interface ByteablemaxSize in class AbstractReferencepublic boolean getValue()
getValue in interface net.openhft.chronicle.core.values.BooleanValuepublic void setValue(boolean flag)
setValue in interface net.openhft.chronicle.core.values.BooleanValueCopyright © 2019. All rights reserved.