KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > zip > Inflater > Top Examples

  • com.mysql.jdbc.CompressedInputStream
    Used to de-compress packets from the MySQL server when protocol-level compression is turned on. @author Mark Matthews @version $Id: CompressedInputStream.java,v 1.1.2.1 2005/05/13 18:58:37 mmatthews Exp $ The packet data after it has been un-compressed The connection that is using us (used to r ...
  • org.jgroups.protocols.COMPRESS
    Compresses the payload of a message. Goal is to reduce the number of messages sent across the wire. Should ideally be layered somewhere above a fragmentation protocol (e.g. FRAG). @author Bela Ban @version $Id: COMPRESS.java,v 1.7 2005/04/15 13:17:01 belaban Exp $
  • com.lowagie.text.pdf.codec.TiffImage
    Reads TIFF images @author Paulo Soares (psoares@consiste.pt)
Popular Tags