|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.hessian.io.AbstractHessianInput
com.caucho.hessian.io.HessianInput
com.caucho.hessian.io.HessianSerializerInput
com.caucho.ejb.hessian.HessianReader
public class HessianReader
| 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 |
|---|
public HessianReader(java.io.InputStream is)
os - the underlying output stream.public HessianReader()
| Method Detail |
|---|
public void init(java.io.InputStream is)
init in class HessianInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||