public class UtfStringCodec extends Object implements StringCodec
| Constructor and Description |
|---|
UtfStringCodec(ObjectInputStream ois) |
UtfStringCodec(ObjectOutputStream oos) |
| Modifier and Type | Method and Description |
|---|---|
String |
readString() |
long |
writeString(String s) |
public UtfStringCodec(ObjectInputStream ois) throws IOException
IOExceptionpublic UtfStringCodec(ObjectOutputStream oos) throws IOException
IOExceptionpublic long writeString(String s) throws IOException
writeString in interface StringCodecIOExceptionpublic String readString() throws IOException
readString in interface StringCodecIOExceptionCopyright © 2017. All rights reserved.