All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.java.io.InputStream | +----org.jos.java.io.FilterInputStream | +----org.jos.java.io.DataInputStream
based on kore-0.0.7 by Glynn Clements
public DataInputStream(InputStream in)
public static final String readUTF(DataInput in) throws IOException
public final int read(byte[] b) throws IOException
public final int read(byte[] b, int off, int len) throws IOException
public final void readFully(byte[] b) throws IOException
public final void readFully(byte[] b, int off, int len) throws IOException
public final boolean readBoolean() throws IOException
public final byte readByte() throws IOException
public final int readUnsignedByte() throws IOException
public final char readChar() throws IOException
public final short readShort() throws IOException
public final int readUnsignedShort() throws IOException
public final int readInt() throws IOException
public final long readLong() throws IOException
public final float readFloat() throws IOException
public final double readDouble() throws IOException
public final String readLine() throws IOException
public final String readUTF() throws IOException
public final int skipBytes(int n) throws IOException
All Packages Class Hierarchy This Package Previous Next Index