public class RpcGZIPInputStream extends InflaterInputStream
Note that the Perforce version of the GZIP stream dispenses with headers and trailers, but is otherwise fairly standard (which is why this works).
buf, inf, lenin| Constructor and Description |
|---|
RpcGZIPInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int len) |
available, fill, mark, markSupported, reset, skippublic RpcGZIPInputStream(InputStream in) throws IOException
IOExceptionpublic int read(byte[] bytes)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int len)
throws IOException
read in class InflaterInputStreamIOExceptionpublic int read()
throws IOException
read in class InflaterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InflaterInputStreamIOExceptionCopyright © 2017 Perforce Software. All Rights Reserved.