All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----java.io.FilterInputStream | +----sep.example.io.rot14InputStream
byte.length
bytes of data from this
input stream into an array of bytes.
public rot14InputStream(InputStream i)
public int read() throws IOException
public int read(byte data[]) throws IOException
byte.length
bytes of data from this
input stream into an array of bytes.
All Packages Class Hierarchy This Package Previous Next Index