Apime v1.0

com.java4ever.apime.io
Class GZIP

java.lang.Object
  extended bycom.java4ever.apime.io.GZIP

public class GZIP
extends java.lang.Object

Clase que permite leer ficheros GZIP.


Constructor Summary
GZIP()
           
 
Method Summary
static byte[] inflate(byte[] gzip)
          Descomprime un fichero GZIP.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIP

public GZIP()
Method Detail

inflate

public static byte[] inflate(byte[] gzip)
                      throws java.io.IOException
Descomprime un fichero GZIP.

Parameters:
gzip - Array con los datos del fichero
Returns:
Array con los datos descomprimidos
Throws:
java.io.IOException

Apime v1.0

Copyright 2004 Java4Ever.com. All Rights Reserved.