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, offset, performClose, threadSafetyCheck
assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, enableCloseableTracing, isClosed, isClosing, isInUserThread, performCloseInBackground, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForClosed, warnAndCloseIfNotClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, closeQuietly, closeQuietly, notifyClosing
public static void write(boolean value, BytesStore bytes, long offset)
public long maxSize()
maxSize
in interface Byteable
maxSize
in class AbstractReference
@NotNull public @NotNull String toString()
toString
in class net.openhft.chronicle.core.io.AbstractCloseable
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 © 2020. All rights reserved.