|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.message.encode.AbstractMessageDecoder<T>
com.caucho.message.encode.AbstractNautilusDecoder<java.lang.String>
com.caucho.message.encode.StringDecoder
public class StringDecoder
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 |
---|
public static final StringDecoder DECODER
Constructor Detail |
---|
public StringDecoder()
Method Detail |
---|
public java.lang.String decode(java.io.InputStream is) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |