Uses of Class
net.sf.jazzlib.Inflater
Packages that use Inflater
-
Uses of Inflater in net.sf.jazzlib
Fields in net.sf.jazzlib declared as InflaterModifier and TypeFieldDescriptionprotected InflaterInflaterInputStream.infDecompressor for this filterConstructors in net.sf.jazzlib with parameters of type InflaterModifierConstructorDescriptionInflaterInputStream(InputStream in, Inflater inf) Create an InflaterInputStream with the specified decompresseor and a default buffer size.InflaterInputStream(InputStream in, Inflater inf, int size) Create an InflaterInputStream with the specified decompresseor and a specified buffer size.