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

Constructor Index

 o rot13InputStream(InputStream)

Method Index

 o read()
Reads the next byte of data from this input stream.
 o read(byte[])
Reads up to byte.length bytes of data from this input stream into an array of bytes.

Constructors

 o rot13InputStream
 public rot13InputStream(InputStream i)

Methods

 o read
 public int read() throws IOException
Reads the next byte of data from this input stream.

Overrides:
read in class FilterInputStream
 o 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