All Packages Class Hierarchy This Package Previous Next Index
Class sep.example.io.rot13InputStream
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----sep.example.io.rot13InputStream
- public class rot13InputStream
- extends FilterInputStream
-
rot13InputStream(InputStream)
-
-
read()
- Reads the next byte of data from this input stream.
-
read(byte[])
- Reads up to
byte.length bytes of data from this
input stream into an array of bytes.
rot13InputStream
public rot13InputStream(InputStream i)
read
public int read() throws IOException
- Reads the next byte of data from this input stream.
- Overrides:
- read in class FilterInputStream
read
public int read(byte data[]) throws IOException
- Reads up to
byte.length bytes of data from this
input stream into an array of bytes.
- Overrides:
- read in class FilterInputStream
All Packages Class Hierarchy This Package Previous Next Index