Constructor and Description |
---|
StringCodec() |
Modifier and Type | Method and Description |
---|---|
String |
decode(byte[] buf)
Returns a string decoded from the byte array.
|
byte[] |
encode(String obj)
Returns a byte array representation of the string.
|
public StringCodec()
Copyright © 2016 The Apache Software Foundation. All rights reserved.