public static class GZIPDecodingInterceptor.FinishableGZIPInputStream extends GZIPInputStream
crc, eos, GZIP_MAGICbuf, inf, lenin| Constructor and Description |
|---|
FinishableGZIPInputStream(InputStream is) |
FinishableGZIPInputStream(InputStream is,
boolean server) |
FinishableGZIPInputStream(InputStream is,
boolean server,
int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
int |
read(byte[] buf,
int off,
int len) |
closeavailable, fill, mark, markSupported, read, reset, skipreadpublic FinishableGZIPInputStream(InputStream is) throws IOException
IOExceptionpublic FinishableGZIPInputStream(InputStream is, boolean server) throws IOException
IOExceptionpublic FinishableGZIPInputStream(InputStream is, boolean server, int maxSize) throws IOException
IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class GZIPInputStreamIOExceptionpublic void finish()
Copyright © 2020 JBoss by Red Hat. All rights reserved.