final class UnalignedUnsafeArrayTypeWriter extends UnsafeArrayTypeWriter
UnsafeArrayTypeWriter.Chunk
firstChunk, totalSize, writeChunk
Constructor and Description |
---|
UnalignedUnsafeArrayTypeWriter() |
Modifier and Type | Method and Description |
---|---|
void |
putS2(long value)
Writes a signed 2 byte value.
|
void |
putS4(long value)
Writes a signed 4 byte value.
|
void |
putS8(long value)
Writes a signed 8 byte value.
|
create, getBytesWritten, putS1, putU1, putU2, putU4, toArray, writeOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
putSV, putUV
UnalignedUnsafeArrayTypeWriter()
public void putS2(long value)
TypeWriter
public void putS4(long value)
TypeWriter
public void putS8(long value)
TypeWriter