public class HessianDebugInputStream
extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
_is |
private HessianDebugState |
_state |
Constructor and Description |
---|
HessianDebugInputStream(java.io.InputStream is,
java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream.
|
private java.io.InputStream _is
private HessianDebugState _state
public HessianDebugInputStream(java.io.InputStream is, java.io.PrintWriter dbg)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException