com.caucho.hessian.io
Class HessianDebugInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.caucho.hessian.io.HessianDebugInputStream
All Implemented Interfaces:
java.io.Closeable

public class HessianDebugInputStream
extends java.io.InputStream

Debugging input stream for Hessian requests.


Field Summary
private  java.io.InputStream _is
           
private  HessianDebugState _state
           
 
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
 

Field Detail

_is

private java.io.InputStream _is

_state

private HessianDebugState _state
Constructor Detail

HessianDebugInputStream

public HessianDebugInputStream(java.io.InputStream is,
                               java.io.PrintWriter dbg)
Creates an uninitialized Hessian input stream.

Method Detail

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