public interface TDataInput
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
int |
skipBytes(int n) |
void readFully(byte[] b) throws IOException
IOException
void readFully(byte[] b, int off, int len) throws IOException
IOException
int skipBytes(int n) throws IOException
IOException
boolean readBoolean() throws IOException
IOException
byte readByte() throws IOException
IOException
int readUnsignedByte() throws IOException
IOException
short readShort() throws IOException
IOException
int readUnsignedShort() throws IOException
IOException
char readChar() throws IOException
IOException
int readInt() throws IOException
IOException
long readLong() throws IOException
IOException
float readFloat() throws IOException
IOException
double readDouble() throws IOException
IOException
String readLine() throws IOException
IOException
String readUTF() throws IOException
IOException
Copyright © 2019. All rights reserved.