java.io
Class DataInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
- All Implemented Interfaces:
- DataInput
public class DataInputStream
- extends FilterInputStream
- implements DataInput
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataInputStream
public DataInputStream(InputStream var0)
read
public final int read(byte[] var0)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public final int read(byte[] var0,
int var1,
int var2)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
readBoolean
public final boolean readBoolean()
throws IOException
- Specified by:
readBoolean
in interface DataInput
- Throws:
IOException
readByte
public final byte readByte()
throws IOException
- Specified by:
readByte
in interface DataInput
- Throws:
IOException
readChar
public final char readChar()
throws IOException
- Specified by:
readChar
in interface DataInput
- Throws:
IOException
readDouble
public final double readDouble()
throws IOException
- Specified by:
readDouble
in interface DataInput
- Throws:
IOException
readFloat
public final float readFloat()
throws IOException
- Specified by:
readFloat
in interface DataInput
- Throws:
IOException
readFully
public final void readFully(byte[] var0)
throws IOException
- Specified by:
readFully
in interface DataInput
- Throws:
IOException
readFully
public final void readFully(byte[] var0,
int var1,
int var2)
throws IOException
- Specified by:
readFully
in interface DataInput
- Throws:
IOException
readInt
public final int readInt()
throws IOException
- Specified by:
readInt
in interface DataInput
- Throws:
IOException
readLine
public final String readLine()
throws IOException
- Specified by:
readLine
in interface DataInput
- Throws:
IOException
readLong
public final long readLong()
throws IOException
- Specified by:
readLong
in interface DataInput
- Throws:
IOException
readShort
public final short readShort()
throws IOException
- Specified by:
readShort
in interface DataInput
- Throws:
IOException
readUnsignedByte
public final int readUnsignedByte()
throws IOException
- Specified by:
readUnsignedByte
in interface DataInput
- Throws:
IOException
readUnsignedShort
public final int readUnsignedShort()
throws IOException
- Specified by:
readUnsignedShort
in interface DataInput
- Throws:
IOException
readUTF
public final String readUTF()
throws IOException
- Specified by:
readUTF
in interface DataInput
- Throws:
IOException
readUTF
public static final String readUTF(DataInput var0)
throws IOException
- Throws:
IOException
skipBytes
public final int skipBytes(int var0)
throws IOException
- Specified by:
skipBytes
in interface DataInput
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.