public final class Inflater

  1. Object
  2. ZStream
  3. Inflater

Constructors

public Inflater()
public Inflater(JZlib.WrapperType wrapperType) throws GZIPException
public Inflater(int w, JZlib.WrapperType wrapperType) throws GZIPException
public Inflater(int w) throws GZIPException
public Inflater(boolean nowrap) throws GZIPException
public Inflater(int w, boolean nowrap) throws GZIPException

Methods

public int init()
public int init(JZlib.WrapperType wrapperType)
public int init(int w, JZlib.WrapperType wrapperType)
public int init(boolean nowrap)
public int init(int w)
public int init(int w, boolean nowrap)
public int inflate(int f)
public int end()Those methods are expected to be override by Inflater and Deflater.
public int sync()
public int syncPoint()
public int setDictionary(byte[] dictionary, int dictLength)
public boolean finished()

Inherited fields

Inherited methods

Constructor details

Inflater

public Inflater()

Inflater

public Inflater(JZlib.WrapperType wrapperType) throws GZIPException

Inflater

public Inflater(int w, JZlib.WrapperType wrapperType) throws GZIPException

Inflater

public Inflater(int w) throws GZIPException

Inflater

public Inflater(boolean nowrap) throws GZIPException

Inflater

public Inflater(int w, boolean nowrap) throws GZIPException

Method details

init

public int init()

init

public int init(JZlib.WrapperType wrapperType)

init

public int init(int w, JZlib.WrapperType wrapperType)

init

public int init(boolean nowrap)

init

public int init(int w)

init

public int init(int w, boolean nowrap)

inflate

public int inflate(int f)

end

public int end()
Those methods are expected to be override by Inflater and Deflater. In the future, they will become abstract methods.

sync

public int sync()

syncPoint

public int syncPoint()

setDictionary

public int setDictionary(byte[] dictionary, int dictLength)

finished

public boolean finished()