public static class GZIPDecodingInterceptor.FinishableGZIPInputStream extends GZIPInputStream
crc, eos, GZIP_MAGIC
buf, inf, len
in
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) |
close
available, fill, mark, markSupported, read, reset, skip
read
public FinishableGZIPInputStream(InputStream is) throws IOException
IOException
public FinishableGZIPInputStream(InputStream is, boolean server) throws IOException
IOException
public FinishableGZIPInputStream(InputStream is, boolean server, int maxSize) throws IOException
IOException
public int read(byte[] buf, int off, int len) throws IOException
read
in class GZIPInputStream
IOException
public void finish()
Copyright © 2020 JBoss by Red Hat. All rights reserved.