com.caucho.hessian.io
Class Hessian2Input.ReadInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.caucho.hessian.io.Hessian2Input.ReadInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
Hessian2Input

 class Hessian2Input.ReadInputStream
extends java.io.InputStream


Field Summary
(package private)  boolean _isClosed
           
 
Constructor Summary
Hessian2Input.ReadInputStream()
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] buffer, int offset, int length)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_isClosed

boolean _isClosed
Constructor Detail

Hessian2Input.ReadInputStream

Hessian2Input.ReadInputStream()
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] buffer,
                int offset,
                int length)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException


Copyright 2003-2011. All Rights Reserved.