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