Maven module :un.api : api-common :
Class : un.api.character.AbstractCharEncoding
Extends/Implements : un.api.character.CharEncoding
Subclasses : -

author  Johann Sorel


Variables : name, isFixedSize, maxNbByte
Functions : AbstractCharEncoding, getName, length, toUnicode, toBytes


protected Chars name

protected boolean isFixedSize

protected int maxNbByte


public void AbstractCharEncoding (byte[] bname, boolean isFixedSize, int maxNbByte)

public Chars getName ()

public int length (byte[] array)

public int toUnicode (byte[] array)

public byte[] toBytes (int[] codePoints)