Package net.pwall.text
Object UTF8StringMapper
-
- All Implemented Interfaces:
public class UTF8StringMapperString mapping functions to encode and decode UTF-8.
Peter Wall
-
-
Field Summary
Fields Modifier and Type Field Description public final static UTF8StringMapperINSTANCE
-
Method Summary
Modifier and Type Method Description final StringencodeUTF8(String $self)Encode string into UTF-8. final StringdecodeUTF8(String $self)Decode string from UTF-8. -
-
Method Detail
-
encodeUTF8
final String encodeUTF8(String $self)
Encode string into UTF-8.
-
decodeUTF8
final String decodeUTF8(String $self)
Decode string from UTF-8.
-
-
-
-