The methods of Java.Util.Zip.Inflater are listed below. For a list of all members, see the Inflater Members list.
See Also: Inherited members from Java.Lang.Object
End()Releases resources associated with this Inflater. | ||
Finished()Indicates if the Inflater has inflated the entire deflated stream. | ||
Inflate(byte[])Inflates bytes from the current input and stores them in buf. | ||
Inflate(byte[], int, int)Inflates up to byteCount bytes from the current input and stores them in buf starting at offset. | ||
InflateAsync(byte[])Documentation for this section has not yet been entered. | ||
InflateAsync(byte[], int, int)Documentation for this section has not yet been entered. | ||
NeedsDictionary()Returns true if the input bytes were compressed with a preset dictionary. | ||
NeedsInput()Returns true if Inflater.SetInput(Byte[]) must be called before inflation can continue. | ||
Reset()Resets this Inflater. | ||
SetDictionary(byte[])Sets the preset dictionary to be used for inflation to dictionary. | ||
SetDictionary(byte[], int, int)Sets the preset dictionary to be used for inflation to a subsequence of dictionary starting at offset and continuing for byteCount bytes. | ||
SetInput(byte[])Sets the current input to to be decompressed. | ||
SetInput(byte[], int, int)Sets the current input to to be decompressed. |