public interface ExtendedDataOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
writeDoubleArray(double[] A) |
void |
writeDoubleArray(double[] A,
int startIdx,
int len) |
void |
writeFloatArray(float[] A) |
void |
writeFloatArray(float[] A,
int startIdx,
int len) |
void |
writeIntArray(int[] A) |
void |
writeIntArray(int[] A,
int startIdx,
int len) |
void |
writeLong2(Long2 v) |
void |
writeLong2Array(Long2[] A) |
void |
writeLong2Array(Long2[] A,
int startIdx,
int len) |
void |
writeLongArray(long[] A) |
void |
writeLongArray(long[] A,
int startIdx,
int len) |
void |
writeShortArray(short[] A) |
void |
writeShortArray(short[] A,
int startIdx,
int len) |
void |
writeString(String str) |
void |
writeStringArray(String[] A) |
void |
writeStringArray(String[] A,
int startIdx,
int len) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid writeString(String str) throws IOException
IOExceptionvoid writeLong2(Long2 v) throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid writeShortArray(short[] A)
throws IOException
IOExceptionvoid writeShortArray(short[] A,
int startIdx,
int len)
throws IOException
IOExceptionvoid writeIntArray(int[] A)
throws IOException
IOExceptionvoid writeIntArray(int[] A,
int startIdx,
int len)
throws IOException
IOExceptionvoid writeLongArray(long[] A)
throws IOException
IOExceptionvoid writeLongArray(long[] A,
int startIdx,
int len)
throws IOException
IOExceptionvoid writeDoubleArray(double[] A)
throws IOException
IOExceptionvoid writeDoubleArray(double[] A,
int startIdx,
int len)
throws IOException
IOExceptionvoid writeFloatArray(float[] A)
throws IOException
IOExceptionvoid writeFloatArray(float[] A,
int startIdx,
int len)
throws IOException
IOExceptionvoid writeStringArray(String[] A) throws IOException
IOExceptionvoid writeStringArray(String[] A, int startIdx, int len) throws IOException
IOExceptionvoid writeLong2Array(Long2[] A) throws IOException
IOExceptionvoid writeLong2Array(Long2[] A, int startIdx, int len) throws IOException
IOExceptionCopyright © 2019 DolphinDB. All rights reserved.