All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.InputStream
|
+----org.jos.java.io.ByteArrayInputStream
based on kore-0.0.7 by Glynn Clements
public ByteArrayInputStream(byte[] buff,
int offset,
int length)
public ByteArrayInputStream(byte[] buff)
public int available()
public void reset()
public int read()
public int read(byte[] b,
int off,
int len)
public long skip(long n)
All Packages Class Hierarchy This Package Previous Next Index