Uses of Class
net.sf.jazzlib.Inflater
-
Packages that use Inflater Package Description net.sf.jazzlib -
-
Uses of Inflater in net.sf.jazzlib
Fields in net.sf.jazzlib declared as Inflater Modifier and Type Field Description protected InflaterInflaterInputStream. infDecompressor for this filterConstructors in net.sf.jazzlib with parameters of type Inflater Constructor Description 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.
-