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, lock, offset, performClose, tryLock
assertCloseable, assertCloseablesClosed, clearUsedByThread, close, createdHere, disableCloseableTracing, disableThreadSafetyCheck, disableThreadSafetyCheck, enableCloseableTracing, gcAndWaitForCloseablesToClose, isClosed, isClosing, isInUserThread, referenceId, resetUsedByThread, shouldPerformCloseInBackground, shouldWaitForClosed, singleThreadedCheckDisabled, singleThreadedCheckDisabled, singleThreadedCheckReset, threadSafetyCheck, throwExceptionIfClosed, throwExceptionIfClosedInSetter, unmonitor, waitForCloseablesToClose, waitForClosed, warnAndCloseIfNotClosed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static void write(boolean value, BytesStore bytes, long offset) throws IllegalStateException, BufferOverflowException
public long maxSize()
@NotNull public @NotNull String toString()
toString
in class net.openhft.chronicle.core.io.AbstractCloseable
public boolean getValue() throws IllegalStateException, BufferUnderflowException
getValue
in interface net.openhft.chronicle.core.values.BooleanValue
IllegalStateException
BufferUnderflowException
public void setValue(boolean value) throws IllegalStateException
setValue
in interface net.openhft.chronicle.core.values.BooleanValue
IllegalStateException
Copyright © 2022. All rights reserved.