InflaterInputStream.InflaterInputStream

InflaterInputStream.InflaterInputStream

Class Overview | Class Members | This Package | All Packages

Syntax 1
public InflaterInputStream( InputStream in, Inflater inf, int size )
Parameters
in
the input stream
inf
the decompressor ("inflater")
len
the input buffer size
Description
Creates a new input stream with the specified decompressor and buffer size.



Syntax 2
public InflaterInputStream( InputStream in, Inflater inf )
Parameters
in
the input stream
inf
the decompressor ("inflater")
Description
Creates a new input stream with the specified decompressor and a default buffer size.



Syntax 3
public InflaterInputStream( InputStream in )
Description
Creates a new input stream with a default decompressor and buffer size.