public class SiriusGZIPInputStream extends GZIPInputStream
| Modifier and Type | Field and Description |
|---|---|
protected Deflater |
deflater |
crc, eos, GZIP_MAGICbuf, inf, lenin| Constructor and Description |
|---|
SiriusGZIPInputStream(InputStream in)
Creates a new SiriusGZIPInputStream object.
|
SiriusGZIPInputStream(InputStream in,
int size)
Creates a new SiriusGZIPInputStream object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int offset,
int length) |
closeavailable, fill, mark, markSupported, read, reset, skipreadprotected Deflater deflater
public SiriusGZIPInputStream(InputStream in) throws IOException
in - DOCUMENT ME!IOException - DOCUMENT ME!public SiriusGZIPInputStream(InputStream in, int size) throws IOException
in - DOCUMENT ME!size - DOCUMENT ME!IOException - DOCUMENT ME!public int read(byte[] b,
int offset,
int length)
throws IOException
read in class GZIPInputStreamIOExceptionCopyright © 2012–2026 cismet GmbH. All rights reserved.