public abstract class AbstractExtendedDataInputStream extends FilterInputStream implements ExtendedDataInput
in| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExtendedDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
fromBytes(byte b1,
byte b2,
byte b3,
byte b4) |
protected long |
fromBytes(byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7,
byte b8) |
protected byte |
readAndCheckByte() |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
String |
readLine() |
short |
readShort() |
String |
readString() |
int |
readUnsignedByte() |
String |
readUTF() |
int |
skipBytes(int n) |
available, close, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisLittleEndian, readLong2readInt, readLong, readUnsignedShortprotected AbstractExtendedDataInputStream(InputStream in)
public boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOExceptionpublic byte readByte()
throws IOException
readByte in interface DataInputIOExceptionpublic char readChar()
throws IOException
readChar in interface DataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputIOExceptionpublic void readFully(byte[] b)
throws IOException
readFully in interface DataInputIOExceptionpublic void readFully(byte[] b,
int off,
int len)
throws IOException
readFully in interface DataInputIOExceptionpublic String readLine() throws IOException
readLine in interface DataInputIOExceptionpublic String readString() throws IOException
readString in interface ExtendedDataInputIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataInputIOExceptionpublic int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOExceptionpublic int skipBytes(int n)
throws IOException
skipBytes in interface DataInputIOExceptionprotected byte readAndCheckByte()
throws IOException,
EOFException
IOExceptionEOFExceptionprotected int fromBytes(byte b1,
byte b2,
byte b3,
byte b4)
protected long fromBytes(byte b1,
byte b2,
byte b3,
byte b4,
byte b5,
byte b6,
byte b7,
byte b8)
Copyright © 2019 DolphinDB. All rights reserved.