Object UTF8StringMapper

  • All Implemented Interfaces:

    
    public class UTF8StringMapper
    
                        

    String mapping functions to encode and decode UTF-8.

    Author:

    Peter Wall

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String encodeUTF8(String $self) Encode string into UTF-8.
      final String decodeUTF8(String $self) Decode string from UTF-8.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait