public class BigEndianDataInputStream extends AbstractExtendedDataInputStream
in| Constructor and Description |
|---|
BigEndianDataInputStream(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, reset, skipreadpublic BigEndianDataInputStream(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 © 2026 DolphinDB. All rights reserved.