A B C D E F G H I J L M N O P R S T U W Z

F

fill() - Method in class net.sf.jazzlib.InflaterInputStream
Fills the buffer with more data to decompress.
FILTERED - Static variable in class net.sf.jazzlib.Deflater
This strategy will only allow longer string repetitions.
FilterInputStream - Class in java13.io
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.
FilterInputStream(InputStream) - Constructor for class java13.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java13.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java13.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
finish() - Method in class net.sf.jazzlib.Deflater
Finishes the deflater with the current input block.
finish() - Method in class net.sf.jazzlib.DeflaterOutputStream
Finishes the stream by calling finish() on the deflater.
finish() - Method in class net.sf.jazzlib.GZIPOutputStream
 
finish() - Method in class net.sf.jazzlib.ZipOutputStream
Finishes the stream.
finished() - Method in class net.sf.jazzlib.Deflater
Returns true iff the stream was finished and no more output bytes are available.
finished() - Method in class net.sf.jazzlib.Inflater
Returns true, if the inflater has finished.
flush() - Method in class java13.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class net.sf.jazzlib.DeflaterOutputStream
Flushes the stream by calling flush() on the deflater and then on the underlying stream.

A B C D E F G H I J L M N O P R S T U W Z