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

java.lang.Object
  extended by com.caucho.message.encode.AbstractMessageEncoder<T>
      extended by com.caucho.message.encode.AbstractNautilusEncoder<T>
All Implemented Interfaces:
MessageEncoder<T>
Direct Known Subclasses:
StringEncoder

public abstract class AbstractNautilusEncoder<T>
extends AbstractMessageEncoder<T>

abstract encoder


Constructor Summary
AbstractNautilusEncoder()
           
 
Method Summary
protected  void encodeLength(java.io.OutputStream os, int length)
           
 
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.MessageEncoder
encode
 

Constructor Detail

AbstractNautilusEncoder

public AbstractNautilusEncoder()
Method Detail

encodeLength

protected void encodeLength(java.io.OutputStream os,
                            int length)
                     throws java.io.IOException
Throws:
java.io.IOException