final class AlignedUnsafeArrayTypeWriter extends UnsafeArrayTypeWriter
UnsafeArrayTypeWriter.ChunkfirstChunk, totalSize, writeChunk| Constructor and Description |
|---|
AlignedUnsafeArrayTypeWriter() |
| 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, writeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputSV, putUVAlignedUnsafeArrayTypeWriter()
public void putS2(long value)
TypeWriterpublic void putS4(long value)
TypeWriterpublic void putS8(long value)
TypeWriter