public class PointerBytesStore extends NativeBytesStore<Void>
address, memorycharToString| 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, zeroOutclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAndGetInt, addAndGetLong, byteCheckSum, bytesForRead, bytesStore, charAt, copyTo, equalBytes, getAndAddInt, inside, isClear, length, nativePointer, subSequence, toDebugString, wrapbytesEqual, copyTo, createCharToString, parseLong, printable, readBoolean, readUnsignedByte, readUnsignedInt, readUnsignedShortappend, write, write, writeBoolean, writeByte, writeUnsignedByte, writeUnsignedInt, writeUnsignedShortclose, release, releaseAll, tryReservechars, codePointspublic 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()
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.