Package com.jcraft.jzlib
Class Inflater
java.lang.Object
com.jcraft.jzlib.ZStream
com.jcraft.jzlib.Inflater
- 
Field SummaryFields inherited from class com.jcraft.jzlib.ZStreamavail_in, avail_out, DEF_WBITS, MAX_MEM_LEVEL, MAX_WBITS, msg, next_in, next_in_index, next_out, next_out_index, total_in, total_out, Z_BUF_ERROR, Z_DATA_ERROR, Z_ERRNO, Z_FINISH, Z_FULL_FLUSH, Z_MEM_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_OK, Z_PARTIAL_FLUSH, Z_STREAM_END, Z_STREAM_ERROR, Z_SYNC_FLUSH, Z_VERSION_ERROR
- 
Constructor SummaryConstructorsConstructorDescriptionInflater()Inflater(boolean nowrap) Inflater(int w) Inflater(int w, boolean nowrap) Inflater(int w, JZlib.WrapperType wrapperType) Inflater(JZlib.WrapperType wrapperType) 
- 
Method SummaryModifier and TypeMethodDescriptionintend()Those methods are expected to be override by Inflater and Deflater.booleanfinished()intinflate(int f) intinit()intinit(boolean nowrap) intinit(int w) intinit(int w, boolean nowrap) intinit(int w, JZlib.WrapperType wrapperType) intinit(JZlib.WrapperType wrapperType) intsetDictionary(byte[] dictionary, int dictLength) intsync()intMethods inherited from class com.jcraft.jzlib.ZStreamdeflate, 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
- 
Constructor Details- 
Inflaterpublic Inflater()
- 
Inflater- Throws:
- GZIPException
 
- 
Inflater- Throws:
- GZIPException
 
- 
Inflater- Throws:
- GZIPException
 
- 
Inflater- Throws:
- GZIPException
 
- 
Inflater- Throws:
- GZIPException
 
 
- 
- 
Method Details- 
initpublic int init()
- 
init
- 
init
- 
initpublic int init(boolean nowrap) 
- 
initpublic int init(int w) 
- 
initpublic int init(int w, boolean nowrap) 
- 
inflatepublic int inflate(int f) 
- 
endpublic int end()Description copied from class:ZStreamThose methods are expected to be override by Inflater and Deflater. In the future, they will become abstract methods.
- 
syncpublic int sync()
- 
syncPointpublic int syncPoint()
- 
setDictionarypublic int setDictionary(byte[] dictionary, int dictLength) 
- 
finishedpublic boolean finished()
 
-