com.caucho.hessian.io
Class HessianDebugInputStream
java.lang.Object
java.io.InputStream
com.caucho.hessian.io.HessianDebugInputStream
- All Implemented Interfaces:
- java.io.Closeable
public class HessianDebugInputStream
- extends java.io.InputStream
Debugging input stream for Hessian requests.
Constructor Summary |
HessianDebugInputStream(java.io.InputStream is,
java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream. |
Method Summary |
void |
close()
closes the stream. |
int |
read()
Reads a character. |
Methods inherited from class java.io.InputStream |
available, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_is
private java.io.InputStream _is
_state
private HessianDebugState _state
HessianDebugInputStream
public HessianDebugInputStream(java.io.InputStream is,
java.io.PrintWriter dbg)
- Creates an uninitialized Hessian input stream.
read
public int read()
throws java.io.IOException
- Reads a character.
- Specified by:
read
in class java.io.InputStream
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- closes the stream.
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.io.InputStream
- Throws:
java.io.IOException