public class Utf8Encoder extends Encoder
_charset, _isIgnore, _isReplaceUnicode, _replacement, ERROR_CHARACTER
Constructor and Description |
---|
Utf8Encoder() |
Modifier and Type | Method and Description |
---|---|
StringValue |
encode(StringValue sb,
java.lang.CharSequence str,
int start,
int end) |
boolean |
isEncodable(StringValue str,
int start,
int end) |
boolean |
isUtf8() |
create, encode, encode, encode, isIgnore, reset, setIgnoreErrors, setReplacement, setReplaceUnicode
public boolean isEncodable(StringValue str, int start, int end)
isEncodable
in class Encoder
public StringValue encode(StringValue sb, java.lang.CharSequence str, int start, int end)