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
IOException
public UtfStringCodec(ObjectOutputStream oos) throws IOException
IOException
public long writeString(String s) throws IOException
writeString
in interface StringCodec
IOException
public String readString() throws IOException
readString
in interface StringCodec
IOException
Copyright © 2017. All rights reserved.