public class LittleEndianDataOutputStream extends AbstractExtendedDataOutputStream
buf, BUF_SIZE, doubleBuf, doubleBufSize, intBuf, intBufSize, longBuf, longBufSizeout| Constructor and Description |
|---|
LittleEndianDataOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
static void |
reverseByteArray(byte[] array) |
void |
writeBigIntArray(byte[] A,
int startIdx,
int len) |
void |
writeDouble2(Double2 v) |
void |
writeInt(int v) |
void |
writeIntArray(int[] A,
int startIdx,
int len) |
void |
writeLong(long v) |
void |
writeLong2(Long2 v) |
void |
writeLong2Array(Long2[] A,
int startIdx,
int len) |
void |
writeLongArray(long[] A,
int startIdx,
int len) |
void |
writeShort(int v) |
void |
writeShortArray(short[] A,
int startIdx,
int len) |
flush, getResolveZeroByteArray, getUTFlength, writeBlob, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeDouble2Array, writeDouble2Array, writeDoubleArray, writeDoubleArray, writeFloat, writeFloatArray, writeFloatArray, writeIntArray, writeLong2Array, writeLongArray, writeShortArray, writeString, writeStringArray, writeStringArray, writeUTFclose, write, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, write, writepublic LittleEndianDataOutputStream(OutputStream out)
public void writeShort(int v)
throws IOException
IOExceptionpublic void writeInt(int v)
throws IOException
IOExceptionpublic void writeLong(long v)
throws IOException
IOExceptionpublic void writeLong2(Long2 v) throws IOException
IOExceptionpublic void writeDouble2(Double2 v) throws IOException
IOExceptionpublic void writeIntArray(int[] A,
int startIdx,
int len)
throws IOException
IOExceptionpublic void writeShortArray(short[] A,
int startIdx,
int len)
throws IOException
IOExceptionpublic void writeLongArray(long[] A,
int startIdx,
int len)
throws IOException
IOExceptionpublic void writeLong2Array(Long2[] A, int startIdx, int len) throws IOException
IOExceptionpublic void writeBigIntArray(byte[] A,
int startIdx,
int len)
throws IOException
IOExceptionpublic static void reverseByteArray(byte[] array)
Copyright © 2026 DolphinDB. All rights reserved.