public class UnbufferedDataInputInputStream extends DataInputInputStream
| Constructor and Description |
|---|
UnbufferedDataInputInputStream(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
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) |
available, close, mark, markSupported, read, read, reset, skippublic UnbufferedDataInputInputStream(DataInput in)
public void readFully(byte[] b)
throws IOException
IOExceptionpublic void readFully(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic int skipBytes(int n)
throws IOException
IOExceptionpublic boolean readBoolean()
throws IOException
IOExceptionpublic byte readByte()
throws IOException
IOExceptionpublic int readUnsignedByte()
throws IOException
IOExceptionpublic short readShort()
throws IOException
IOExceptionpublic int readUnsignedShort()
throws IOException
IOExceptionpublic char readChar()
throws IOException
IOExceptionpublic int readInt()
throws IOException
IOExceptionpublic long readLong()
throws IOException
IOExceptionpublic float readFloat()
throws IOException
IOExceptionpublic double readDouble()
throws IOException
IOExceptionpublic String readLine() throws IOException
IOExceptionpublic String readUTF() throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.