com.caucho.message.encode
Class AbstractNautilusDecoder<T>

java.lang.Object
  extended by com.caucho.message.encode.AbstractMessageDecoder<T>
      extended by com.caucho.message.encode.AbstractNautilusDecoder<T>
All Implemented Interfaces:
MessageDecoder<T>
Direct Known Subclasses:
NautilusDecoder, StringDecoder

public abstract class AbstractNautilusDecoder<T>
extends AbstractMessageDecoder<T>

abstract encoder


Constructor Summary
AbstractNautilusDecoder()
           
 
Method Summary
protected  int decodeLength(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.message.MessageDecoder
decode
 

Constructor Detail

AbstractNautilusDecoder

public AbstractNautilusDecoder()
Method Detail

decodeLength

protected int decodeLength(java.io.InputStream is)
                    throws java.io.IOException
Throws:
java.io.IOException