public class PointerBytesStore extends NativeBytesStore<Void>
address, memory
charToString
Constructor and Description |
---|
PointerBytesStore() |
Modifier and Type | Method and Description |
---|---|
default ByteOrder |
byteOrder() |
VanillaBytes<Void> |
bytesForWrite() |
default long |
readLimit() |
default long |
readPosition() |
default long |
readRemaining() |
long |
safeLimit() |
void |
set(long address,
long capacity) |
long |
start() |
default long |
writeLimit() |
default long |
writePosition() |
default long |
writeRemaining() |
address, capacity, checkReleased, compareAndSwapInt, compareAndSwapLong, copy, elasticByteBuffer, elasticByteBuffer, equals, lazyNativeBytesStoreWithFixedCapacity, nativeRead, nativeStore, nativeStoreWithFixedCapacity, nativeWrite, readByte, readDouble, readFloat, readIncompleteLong, readInt, readLong, readShort, readVolatileInt, readVolatileLong, realCapacity, refCount, release, reserve, setAddress, toString, underlyingObject, wrap, write, write, write, writeByte, writeDouble, writeFloat, writeInt, writeLong, writeOrderedInt, writeOrderedLong, writeShort, zeroOut
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAndGetInt, addAndGetLong, byteCheckSum, bytesForRead, bytesStore, charAt, copyTo, equalBytes, getAndAddInt, inside, isClear, length, nativePointer, subSequence, toDebugString, wrap
bytesEqual, copyTo, createCharToString, parseLong, printable, readBoolean, readUnsignedByte, readUnsignedInt, readUnsignedShort
append, write, write, writeBoolean, writeByte, writeUnsignedByte, writeUnsignedInt, writeUnsignedShort
close, release, releaseAll, tryReserve
chars, codePoints
public void set(long address, long capacity)
@NotNull public VanillaBytes<Void> bytesForWrite()
bytesForWrite
in interface BytesStore<NativeBytesStore<Void>,Void>
bytesForWrite
in class NativeBytesStore<Void>
public long safeLimit()
public long start()
start
in class NativeBytesStore<Void>
public long readPosition()
public long writePosition()
public long readRemaining()
public long writeRemaining()
public long readLimit()
public long writeLimit()
public ByteOrder byteOrder()
Copyright © 2015. All rights reserved.