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

Converter from a character encoding to another.
Char converters are not thread safe.
author  Johann Sorel


Variables : -
Functions : CharConverter, convert



public void CharConverter (CharEncoding source, CharEncoding target)


param  in array to read from
param  inOffset position to read from
param  out array to write to
param  outOffset position to write to
param  size result [0] number of byte read, [1] number of byte written
public void convert (byte[] in, int inOffset, byte[] out, int outOffset, int[] size)