|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.util.archive.ArchiveOut
org.basex.query.util.archive.GZIPOut
public final class GZIPOut
GZIP output.
Constructor Summary | |
---|---|
GZIPOut()
Writing constructor. |
Method Summary | |
---|---|
void |
close()
Closes the stream. |
void |
level(int l)
Sets the compression level. |
void |
write(ArchiveIn in)
Writes data from the specified archive. |
void |
write(java.util.zip.ZipEntry entry,
byte[] val)
Writes the specified entry. |
Methods inherited from class org.basex.query.util.archive.ArchiveOut |
---|
get, toArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GZIPOut() throws java.io.IOException
java.io.IOException
- I/O exceptionMethod Detail |
---|
public void level(int l)
ArchiveOut
level
in class ArchiveOut
l
- levelpublic void write(ArchiveIn in) throws java.io.IOException
ArchiveOut
write
in class ArchiveOut
in
- input archive
java.io.IOException
- I/O exceptionpublic void write(java.util.zip.ZipEntry entry, byte[] val) throws java.io.IOException
ArchiveOut
write
in class ArchiveOut
entry
- zip entryval
- value to be written
java.io.IOException
- I/O exceptionpublic void close()
ArchiveOut
close
in class ArchiveOut
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |