com.caucho.ejb.hessian
Class HessianReader

java.lang.Object
  extended by com.caucho.hessian.io.AbstractHessianInput
      extended by com.caucho.hessian.io.HessianInput
          extended by com.caucho.hessian.io.HessianSerializerInput
              extended by com.caucho.ejb.hessian.HessianReader

public class HessianReader
extends HessianSerializerInput


Field Summary
 
Fields inherited from class com.caucho.hessian.io.HessianInput
_peek, _refs, _serializerFactory
 
Constructor Summary
HessianReader()
          Creates an uninitialized Hessian output stream.
HessianReader(java.io.InputStream is)
          Creates a new Hessian input stream, initialized with an underlying output stream.
 
Method Summary
 void init(java.io.InputStream is)
          Initializes the output
 
Methods inherited from class com.caucho.hessian.io.HessianSerializerInput
getFieldMap, readObjectImpl
 
Methods inherited from class com.caucho.hessian.io.HessianInput
addRef, close, codeName, completeCall, completeReply, completeValueReply, error, expect, getMethod, getReader, getReplyFault, getSerializerFactory, isEnd, readBoolean, readByte, readBytes, readBytes, readCall, readChar, readDouble, readEnd, readFloat, readHeader, readInputStream, readInt, readLength, readListEnd, readListStart, readLong, readMapEnd, readMapStart, readMethod, readNode, readNull, readObject, readObject, readRef, readRemote, readReply, readShort, readString, readString, readType, readUTCDate, resetReferences, resolveRemote, setRef, setSerializerFactory, skipOptionalCall, startCall, startReply
 
Methods inherited from class com.caucho.hessian.io.AbstractHessianInput
getRemoteResolver, readMethodArgLength, setRemoteResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HessianReader

public HessianReader(java.io.InputStream is)
Creates a new Hessian input stream, initialized with an underlying output stream.

Parameters:
os - the underlying output stream.

HessianReader

public HessianReader()
Creates an uninitialized Hessian output stream.

Method Detail

init

public void init(java.io.InputStream is)
Initializes the output

Overrides:
init in class HessianInput