com.caucho.message.encode
Class NautilusDecoder

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

public class NautilusDecoder
extends AbstractNautilusDecoder<java.lang.Object>

string decoder from utf-8


Field Summary
static NautilusDecoder DECODER
           
 
Constructor Summary
NautilusDecoder()
           
 
Method Summary
 java.lang.Object decode(java.io.InputStream is)
           
 
Methods inherited from class com.caucho.message.encode.AbstractNautilusDecoder
decodeLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECODER

public static final NautilusDecoder DECODER
Constructor Detail

NautilusDecoder

public NautilusDecoder()
Method Detail

decode

public java.lang.Object decode(java.io.InputStream is)
                        throws java.io.IOException
Throws:
java.io.IOException