Maven module :un.api : api-common :
Class :
un.api.character.CharEncoding
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
getName,
charlength,
length,
toUnicode,
toUnicode,
toBytes,
toBytes,
toBytes,
isComplete
Chars
getName ()
int
charlength (byte[] array, int offset)
int
length (byte[] array)
void
toUnicode (byte[] array, int[] codePoint, int offset)
int
toUnicode (byte[] array)
byte[]
toBytes (int codePoint)
byte[]
toBytes (int[] codePoints)
void
toBytes (int[] codePoint, byte[] array, int offset)
boolean
isComplete (byte[] array, int offset, int length)
While in reality this class should be divided in :
- character repertoire
- character code
- character encoding
numeric representation.author Johann Sorel