public static class GZIPDecodingInterceptor.FinishableGZIPInputStream extends GZIPInputStream
crc, eos, GZIP_MAGIC
buf, inf, len
in
Constructor and Description |
---|
GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is) |
GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is,
boolean server) |
GZIPDecodingInterceptor.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 GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is) throws IOException
IOException
public GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream is, boolean server) throws IOException
IOException
public GZIPDecodingInterceptor.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 © 2018 JBoss by Red Hat. All rights reserved.