|
Inflater (Java 2 Platform SE 5.0) public class Inflater extends Object. This class provides support for general purpose decompression using the popular ZLIB compression library. The ZLIB compression library was ... java.sun.com
Inflater (Java 2 Platform SE v1.4.2) public class Inflater extends Object. This class provides support for general purpose decompression using popular ZLIB compression library. The ZLIB compression library was ... java.sun.com
Inflater public class Inflater extends Object. The Inflater class is used to decompress bytes using the DEFLATE compression algorithm. Inflation is performed by the ZLIB compression library ... publib.boulder.ibm.com
Inflater.setInput Inflater.setInput. Class Overview | Class Members | This Package | All Packages . Syntax 1 public synchronized void setInput( byte b[], int off ... msdn.microsoft.com
Inflater.getRemaining Inflater.getRemaining. Class Overview | Class Members | This Package | All Packages . Syntax public synchronized int getRemaining() Description Returns the total number of bytes ... msdn.microsoft.com
Inflater (Danger API) setInput public void setInput (byte[] b, int off, int len) developer.danger.com
Inflater (Avian v0.1.1 Class Library API) setInput public void setInput (byte[] input, int offset, int length) oss.readytalk.com
Inflater - definition of Inflater by the Free Online Dictionary ... in·flate (n-fl t) v. in·flat·ed, in·flat·ing, in·flates. v. tr. 1. To fill (something) with air or gas so as to make it swell. 2. a. To enlarge or amplify unduly or ... www.thefreedictionary.com
Class java.util.zip.Inflater public class Inflater extends Object This class provides support for general purpose decompression using the popular ZLIB compression library. The ZLIB compression library was ... tns-www.lcs.mit.edu
Inflater public class Inflater extends java.lang.Object. Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950. zipme.sourceforge.net
|