This class provides support for the ZLIB inflater.
Defined in: Inflater.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.util.zip.Inflater(name)
Creates an inflater.
|
| Method Attributes | Method Name and Description |
|---|---|
|
end()
Ends the inflater.
|
|
|
finished()
Tells if the inflater has finished to consume the input data.
|
|
|
inflate(buffer)
Inflates the input into the specified buffer.
|
|
|
Tells if the inflater needs a dictionary.
|
|
|
Tells if the inflater needs more input data.
|
|
|
setInput(buffer)
Sets the input.
|