Uses of Class
java.util.zip.Inflater
| Package | Description |
|---|---|
| java.util.zip |
-
Uses of Inflater in java.util.zip
Fields in java.util.zip declared as Inflater Modifier and Type Field Description protected InflaterInflaterInputStream. infThe inflater used for this stream.protected InflaterInflaterOutputStream. infConstructors in java.util.zip with parameters of type Inflater Constructor Description InflaterInputStream(InputStream is, Inflater inflater)This constructor lets you pass a specifically initialized Inflater, for example one that expects no ZLIB header.InflaterInputStream(InputStream is, Inflater inflater, int bufferSize)This constructor lets you specify both theInflateras well as the internal buffer size to be used.InflaterOutputStream(OutputStream out, Inflater inf)Constructs anInflaterOutputStreamwith the givenInflaterand an implementation-defined default internal buffer size.InflaterOutputStream(OutputStream out, Inflater inf, int bufferSize)Constructs anInflaterOutputStreamwith the givenInflaterand given internal buffer size.