Package java13.io

Class Summary
FilterInputStream A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterOutputStream This class is the superclass of all classes that filter output streams.