public abstract class AbstractCodec extends Object implements ICodec
| Constructor and Description |
|---|
AbstractCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String sEncoded,
Charset aCharset)
Decode the passed string.
|
byte[] |
encode(String sDecoded,
Charset aCharset)
Encode the passed string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodedecode@Nullable public byte[] encode(@Nullable String sDecoded, @Nonnull Charset aCharset)
ICodecCopyright © 2006–2015 phloc systems. All rights reserved.