|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectccs.utils.BigString
public class BigString
Safely write / read strings which may exceed the 64K size limit imposed
by writeUTF methods.
| Method Summary | |
|---|---|
static java.lang.String |
read(java.io.DataInputStream dis)
|
static void |
write(java.lang.String s,
java.io.DataOutputStream dos)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void write(java.lang.String s,
java.io.DataOutputStream dos)
throws java.io.IOException
java.io.IOException
public static java.lang.String read(java.io.DataInputStream dis)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||