com.caucho.ejb.burlap
Class BurlapReader

java.lang.Object
  extended by com.caucho.hessian.io.AbstractHessianInput
      extended by com.caucho.burlap.io.AbstractBurlapInput
          extended by com.caucho.burlap.io.BurlapInput
              extended by com.caucho.ejb.burlap.BurlapReader

public class BurlapReader
extends BurlapInput


Field Summary
 
Fields inherited from class com.caucho.burlap.io.BurlapInput
_entityBuffer, _localCalendar, _peek, _refs, _sbuf, _serializerFactory, _utcCalendar, TAG_BASE64, TAG_BASE64_END, TAG_BOOLEAN, TAG_BOOLEAN_END, TAG_CALL, TAG_CALL_END, TAG_DATE, TAG_DATE_END, TAG_DOUBLE, TAG_DOUBLE_END, TAG_EOF, TAG_FAULT, TAG_FAULT_END, TAG_HEADER, TAG_HEADER_END, TAG_INT, TAG_INT_END, TAG_LENGTH, TAG_LENGTH_END, TAG_LIST, TAG_LIST_END, TAG_LONG, TAG_LONG_END, TAG_MAP, TAG_MAP_END, TAG_METHOD, TAG_METHOD_END, TAG_NULL, TAG_NULL_END, TAG_REF, TAG_REF_END, TAG_REMOTE, TAG_REMOTE_END, TAG_REPLY, TAG_REPLY_END, TAG_STRING, TAG_STRING_END, TAG_TYPE, TAG_TYPE_END, TAG_XML, TAG_XML_END
 
Constructor Summary
BurlapReader()
          Creates an uninitialized Burlap output stream.
BurlapReader(java.io.InputStream is)
          Creates a new Burlap 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.burlap.io.BurlapInput
addRef, completeCall, completeReply, error, expectBeginTag, expectedChar, expectedTag, expectTag, getInputStream, getMethod, getReader, getReplyFault, getSerializerFactory, isEnd, isWhitespace, parseBytes, parseBytes, parseDate, parseDate, parseString, parseString, parseTag, readBoolean, readByte, readBytes, readCall, readDouble, readEnd, readFloat, readHeader, readInputStream, readInt, readLength, readListEnd, readListStart, readLocalDate, readLong, readMapEnd, readMapStart, readMethod, readNode, readNull, readObject, readObject, readRef, readRemote, readReply, readShort, readString, readType, readUTCDate, resolveRemote, setRef, setSerializerFactory, skipWhitespace, startCall, startReply, tagName
 
Methods inherited from class com.caucho.hessian.io.AbstractHessianInput
close, getRemoteResolver, readMethodArgLength, resetReferences, setRemoteResolver, skipOptionalCall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BurlapReader

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

Parameters:
os - the underlying output stream.

BurlapReader

public BurlapReader()
Creates an uninitialized Burlap output stream.

Method Detail

init

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

Overrides:
init in class BurlapInput