public interface DataInput
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] var0) |
void |
readFully(byte[] var0,
int var1,
int var2) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
int |
skipBytes(int var0) |
boolean readBoolean() throws IOException
IOException
byte readByte() throws IOException
IOException
char readChar() throws IOException
IOException
double readDouble() throws IOException
IOException
float readFloat() throws IOException
IOException
void readFully(byte[] var0) throws IOException
IOException
void readFully(byte[] var0, int var1, int var2) throws IOException
IOException
int readInt() throws IOException
IOException
String readLine() throws IOException
IOException
long readLong() throws IOException
IOException
short readShort() throws IOException
IOException
int readUnsignedByte() throws IOException
IOException
int readUnsignedShort() throws IOException
IOException
String readUTF() throws IOException
IOException
int skipBytes(int var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.