Java Platform 1.2
Beta 4

Uses of Class
java.io.FilterInputStream

Packages that use FilterInputStream
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.io Provides for system input and output through data streams, serialization and the file system.  
java.security Provides the classes and interfaces for the security framework.  
java.util.jar Provides classes for creating and reading JAR files.  
java.util.zip Provides classes for computing checksums of data and for compressing and decompressing data using standard ZIP and GZIP formats.  
 

Uses of FilterInputStream in com.sun.java.swing
 

Subclasses of FilterInputStream in com.sun.java.swing
  ProgressMonitorInputStream
          Monitors the progress of reading from some InputStream.
 

Uses of FilterInputStream in java.io
 

Subclasses of FilterInputStream in java.io
  BufferedInputStream
          A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
  DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
  LineNumberInputStream
          Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
  PushbackInputStream
          A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
 

Uses of FilterInputStream in java.security
 

Subclasses of FilterInputStream in java.security
  DigestInputStream
          A transparent stream that updates the associated message digest using the bits going through the stream.
 

Uses of FilterInputStream in java.util.jar
 

Subclasses of FilterInputStream in java.util.jar
  JarInputStream
          The JarInputStream class is used to read the contents of a JAR file from any input stream.
 

Uses of FilterInputStream in java.util.zip
 

Subclasses of FilterInputStream in java.util.zip
  CheckedInputStream
          An input stream that also maintains a checksum of the data being read.
  GZIPInputStream
          This class implements a stream filter for reading compressed data in the GZIP format.
  InflaterInputStream
          This class implements a stream filter for uncompressing data in the "deflate" compression format.
  ZipInputStream
          This class implements an input stream filter for reading files in the ZIP file format.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.