Uses of Class
com.jcraft.jzlib.GZIPException
Packages that use GZIPException
- 
Uses of GZIPException in com.jcraft.jzlibMethods in com.jcraft.jzlib that throw GZIPExceptionModifier and TypeMethodDescriptionlongGZIPInputStream.getCRC()longGZIPOutputStream.getCRC()voidGZIPOutputStream.setComment(String comment) voidGZIPOutputStream.setModifiedTime(long mtime) voidvoidGZIPOutputStream.setOS(int os) Constructors in com.jcraft.jzlib that throw GZIPExceptionModifierConstructorDescriptionDeflater(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)