public class DataInputStream extends FilterInputStream implements DataInput
in
Constructor and Description |
---|
DataInputStream(InputStream var0) |
Modifier and Type | Method and Description |
---|---|
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
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() |
static String |
readUTF(DataInput var0) |
int |
skipBytes(int var0) |
available, close, mark, markSupported, read, reset, skip
public DataInputStream(InputStream var0)
public final int read(byte[] var0) throws IOException
read
in class FilterInputStream
IOException
public final int read(byte[] var0, int var1, int var2) throws IOException
read
in class FilterInputStream
IOException
public final boolean readBoolean() throws IOException
readBoolean
in interface DataInput
IOException
public final byte readByte() throws IOException
readByte
in interface DataInput
IOException
public final char readChar() throws IOException
readChar
in interface DataInput
IOException
public final double readDouble() throws IOException
readDouble
in interface DataInput
IOException
public final float readFloat() throws IOException
readFloat
in interface DataInput
IOException
public final void readFully(byte[] var0) throws IOException
readFully
in interface DataInput
IOException
public final void readFully(byte[] var0, int var1, int var2) throws IOException
readFully
in interface DataInput
IOException
public final int readInt() throws IOException
readInt
in interface DataInput
IOException
public final String readLine() throws IOException
readLine
in interface DataInput
IOException
public final long readLong() throws IOException
readLong
in interface DataInput
IOException
public final short readShort() throws IOException
readShort
in interface DataInput
IOException
public final int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
IOException
public final int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
IOException
public final String readUTF() throws IOException
readUTF
in interface DataInput
IOException
public static final String readUTF(DataInput var0) throws IOException
IOException
public final int skipBytes(int var0) throws IOException
skipBytes
in interface DataInput
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.