com.jcraft.jzlib
Class Inflater

java.lang.Object
  extended by com.jcraft.jzlib.ZStream
      extended by com.jcraft.jzlib.Inflater

public final class Inflater
extends ZStream


Field Summary
 
Fields inherited from class com.jcraft.jzlib.ZStream
avail_in, avail_out, msg, next_in, next_in_index, next_out, next_out_index, total_in, total_out
 
Constructor Summary
Inflater()
           
Inflater(boolean nowrap)
           
Inflater(int w)
           
Inflater(int w, boolean nowrap)
           
Inflater(int w, JZlib.WrapperType wrapperType)
           
Inflater(JZlib.WrapperType wrapperType)
           
 
Method Summary
 int end()
          Those methods are expected to be override by Inflater and Deflater.
 boolean finished()
           
 int inflate(int f)
           
 int init()
           
 int init(boolean nowrap)
           
 int init(int w)
           
 int init(int w, boolean nowrap)
           
 int init(int w, JZlib.WrapperType wrapperType)
           
 int init(JZlib.WrapperType wrapperType)
           
 int setDictionary(byte[] dictionary, int dictLength)
           
 int sync()
           
 int syncPoint()
           
 
Methods inherited from class com.jcraft.jzlib.ZStream
deflate, deflateEnd, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflateInit, deflateParams, deflateSetDictionary, free, getAdler, getAvailIn, getAvailOut, getMessage, getNextIn, getNextInIndex, getNextOut, getNextOutIndex, getTotalIn, getTotalOut, inflateEnd, inflateFinished, inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateInit, inflateSetDictionary, inflateSync, inflateSyncPoint, setAvailIn, setAvailOut, setInput, setInput, setInput, setNextIn, setNextInIndex, setNextOut, setNextOutIndex, setOutput, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inflater

public Inflater()

Inflater

public Inflater(JZlib.WrapperType wrapperType)
         throws GZIPException
Throws:
GZIPException

Inflater

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

Inflater

public Inflater(int w)
         throws GZIPException
Throws:
GZIPException

Inflater

public Inflater(boolean nowrap)
         throws GZIPException
Throws:
GZIPException

Inflater

public Inflater(int w,
                boolean nowrap)
         throws GZIPException
Throws:
GZIPException
Method Detail

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)
Overrides:
inflate in class ZStream

end

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

Overrides:
end in class ZStream

sync

public int sync()

syncPoint

public int syncPoint()

setDictionary

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

finished

public boolean finished()
Overrides:
finished in class ZStream


Copyright © 2015 Perforce Software. All Rights Reserved.