|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.java4ever.apime.io.GZIP
Clase que permite leer ficheros GZIP.
| Constructor Summary | |
GZIP()
|
|
| Method Summary | |
static byte[] |
inflate(byte[] gzip)
Descomprime un fichero GZIP. |
static java.io.DataInputStream |
openDataInputStream(byte[] gzip)
Devuelve un stream para leer los datos de 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 java.io.DataInputStream openDataInputStream(byte[] gzip)
throws java.io.IOException
gzip - Array con los datos del fichero comprimido
java.io.IOException
public static byte[] inflate(byte[] gzip)
throws java.io.IOException
gzip - Array con los datos del fichero comprimido
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||