|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kalmeo.util.GZIP
public class GZIP
Clase que permite leer ficheros GZIP.
Constructor Summary | |
---|---|
GZIP()
|
Method Summary | |
---|---|
static byte[] |
inflate(byte[] gzip)
Descomprime un fichero GZIP. |
static byte[] |
inflate(byte[] gzip,
int offset,
int length)
Descomprime un fichero GZIP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GZIP()
Method Detail |
---|
public static byte[] inflate(byte[] gzip) throws java.io.IOException
gzip
- Array con los datos del fichero comprimido
java.io.IOException
public static byte[] inflate(byte[] gzip, int offset, int length) throws java.io.IOException
gzip
- Array con los datos del fichero comprimidooffset
- length
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |