public class BigEndianDataOutputStream extends AbstractExtendedDataOutputStream
buf, BUF_SIZE, doubleBuf, doubleBufSize, intBuf, intBufSize, longBuf, longBufSizeout| Constructor and Description |
|---|
BigEndianDataOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
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 BigEndianDataOutputStream(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 writeShortArray(short[] A,
int startIdx,
int len)
throws IOException
IOExceptionpublic void writeIntArray(int[] 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
IOExceptionCopyright © 2024 DolphinDB. All rights reserved.