Uses of Class
com.jcraft.jzlib.GZIPException

Packages that use GZIPException
com.jcraft.jzlib   
 

Uses of GZIPException in com.jcraft.jzlib
 

Methods in com.jcraft.jzlib that throw GZIPException
 long GZIPInputStream.getCRC()
           
 long GZIPOutputStream.getCRC()
           
 void GZIPOutputStream.setComment(String comment)
           
 void GZIPOutputStream.setModifiedTime(long mtime)
           
 void GZIPOutputStream.setName(String name)
           
 void GZIPOutputStream.setOS(int os)
           
 

Constructors in com.jcraft.jzlib that throw GZIPException
Deflater(int level)
           
Deflater(int level, boolean nowrap)
           
Deflater(int level, int bits)
           
Deflater(int level, int bits, boolean nowrap)
           
Deflater(int level, int bits, int memlevel)
           
Deflater(int level, int bits, int memlevel, JZlib.WrapperType wrapperType)
           
Inflater(boolean nowrap)
           
Inflater(int w)
           
Inflater(int w, boolean nowrap)
           
Inflater(int w, JZlib.WrapperType wrapperType)
           
Inflater(JZlib.WrapperType wrapperType)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.