|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.util.Utf8
public final class Utf8
Utf8 decoding.
Constructor Summary | |
---|---|
Utf8()
|
Method Summary | |
---|---|
static int |
read(java.io.InputStream is)
|
static void |
write(java.io.OutputStream os,
char ch)
|
static void |
write(java.io.OutputStream os,
java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utf8()
Method Detail |
---|
public static void write(java.io.OutputStream os, char ch) throws java.io.IOException
java.io.IOException
public static void write(java.io.OutputStream os, java.lang.String s) throws java.io.IOException
java.io.IOException
public static int read(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 |