com.caucho.message.encode
Class StringDecoder

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

public class StringDecoder
extends AbstractNautilusDecoder<java.lang.String>

string decoder from utf-8


Field Summary
static StringDecoder DECODER
           
 
Constructor Summary
StringDecoder()
           
 
Method Summary
 java.lang.String 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 StringDecoder DECODER
Constructor Detail

StringDecoder

public StringDecoder()
Method Detail

decode

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