static class Deflation.DeflateInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
private java.io.InputStream |
_bodyIn |
private Hessian2Input |
_in |
private java.util.zip.InflaterInputStream |
_inflateIn |
| Constructor and Description |
|---|
Deflation.DeflateInputStream(Hessian2Input in) |
private Hessian2Input _in
private java.io.InputStream _bodyIn
private java.util.zip.InflaterInputStream _inflateIn
Deflation.DeflateInputStream(Hessian2Input in) throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright 2003-2013. All Rights Reserved.