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, len
in
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, skip
public RpcGZIPInputStream(InputStream in) throws IOException
IOException
public int read(byte[] bytes) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] bytes, int offset, int len) throws IOException
read
in class InflaterInputStream
IOException
public int read() throws IOException
read
in class InflaterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InflaterInputStream
IOException
Copyright © 2017 Perforce Software. All Rights Reserved.