Uses of Class
net.sf.jazzlib.Inflater

Packages that use Inflater
net.sf.jazzlib   
 

Uses of Inflater in net.sf.jazzlib
 

Fields in net.sf.jazzlib declared as Inflater
protected  Inflater InflaterInputStream.inf
          Decompressor for this filter
 

Constructors in net.sf.jazzlib with parameters of type Inflater
InflaterInputStream(java.io.InputStream in, Inflater inf)
          Create an InflaterInputStream with the specified decompresseor and a default buffer size.
InflaterInputStream(java.io.InputStream in, Inflater inf, int size)
          Create an InflaterInputStream with the specified decompresseor and a specified buffer size.