| Constructor and Description |
|---|
TextBooleanReference() |
| 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 value) |
String |
toString() |
static void |
write(boolean value,
BytesStore bytes,
long offset) |
public void bytesStore(@NotNull
BytesStore bytes,
long offset,
long length)
ByteablebytesStore in interface Byteablebytes - the fix point ByteStoreoffset - the offset within the ByteStorelength - the length in the ByteStorepublic BytesStore bytesStore()
bytesStore in interface Byteablepublic long maxSize()
public boolean getValue()
getValue in interface net.openhft.chronicle.core.values.BooleanValuepublic void setValue(boolean value)
setValue in interface net.openhft.chronicle.core.values.BooleanValuepublic static void write(boolean value,
BytesStore bytes,
long offset)
Copyright © 2018. All rights reserved.