public class LittleEndianDataInputStream extends AbstractExtendedDataInputStream
in| Constructor and Description |
|---|
LittleEndianDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLittleEndian() |
Double2 |
readDouble2() |
int |
readInt() |
long |
readLong() |
Long2 |
readLong2() |
int |
readUnsignedShort() |
fromBytes, fromBytes, readAndCheckByte, readBlob, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readLine, readShort, readString, readUnsignedByte, readUTF, skipBytesavailable, close, mark, markSupported, read, read, read, reset, skippublic LittleEndianDataInputStream(InputStream in)
public int readInt()
throws IOException
IOExceptionpublic long readLong()
throws IOException
IOExceptionpublic Long2 readLong2() throws IOException
IOExceptionpublic Double2 readDouble2() throws IOException
IOExceptionpublic int readUnsignedShort()
throws IOException
IOExceptionpublic boolean isLittleEndian()
Copyright © 2022 DolphinDB. All rights reserved.