public abstract class BaseCodec extends Object implements ICodec
| Constructor and Description |
|---|
BaseCodec() |
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String text)
Decodes a given text with this codec.
|
protected String |
doDecode(int codePoint) |
protected String |
doDecode(String text) |
protected String |
doDecodePostprocess(String text) |
protected String |
doDecodePreprocess(String text) |
protected String |
doEncode(int codePoint) |
protected String |
doEncode(String text) |
protected String |
doEncodePostprocess(String text) |
protected String |
doEncodePreprocess(String text) |
String |
encode(String text)
Encodes a given text with this codec.
|
public final String encode(String text)
ICodecpublic final String decode(String text)
ICodecprotected String doEncode(int codePoint)
protected String doDecode(int codePoint)
Copyright © 2019. All rights reserved.