Uses of Class
com.jcraft.jzlib.GZIPException

Uses of GZIPException in com.jcraft.jzlib
 

Methods in com.jcraft.jzlib that throw GZIPException
 long GZIPOutputStream.getCRC()
           
 long GZIPInputStream.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)
           
Inflater(int w)
           
Inflater(int w, boolean nowrap)
           
 



Copyright © 2012 jcraft. All Rights Reserved.