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) |
String |
toString() |
static void |
write(boolean value,
BytesStore bytes,
long offset) |
acceptNewBytesStore, bytesStore, bytesStore, close, offset
public static void write(boolean value, BytesStore bytes, long offset)
public long maxSize()
maxSize
in interface Byteable
maxSize
in class AbstractReference
public boolean getValue()
getValue
in interface net.openhft.chronicle.core.values.BooleanValue
public void setValue(boolean value)
setValue
in interface net.openhft.chronicle.core.values.BooleanValue
Copyright © 2018. All rights reserved.