|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
public class 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. The class FilterInputStream
itself simply overrides all methods of
InputStream
with versions that
pass all requests to the contained input
stream. Subclasses of FilterInputStream
may further override some of these methods
and may also provide additional methods
and fields.