public class TextBooleanReference extends AbstractReference implements net.openhft.chronicle.core.values.BooleanValue
bytes, offset| Constructor and Description |
|---|
TextBooleanReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
long |
maxSize() |
void |
setValue(boolean value) |
@NotNull String |
toString() |
static void |
write(boolean value,
BytesStore bytes,
long offset) |
acceptNewBytesStore, address, bytesStore, bytesStore, close, offsetpublic static void write(boolean value,
BytesStore bytes,
long offset)
public long maxSize()
maxSize in interface ByteablemaxSize in class AbstractReferencepublic boolean getValue()
getValue in interface net.openhft.chronicle.core.values.BooleanValuepublic void setValue(boolean value)
setValue in interface net.openhft.chronicle.core.values.BooleanValueCopyright © 2020. All rights reserved.