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

Adapted from :
ftp://ftp.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/SHIFTJIS.TXT
author  Johann Sorel


Variables : -
Functions : ShilftJIS, charlength, toUnicode, toBytes, toBytes, isComplete



public void ShilftJIS ()

public int charlength (byte[] array, int offset)

public void toUnicode (byte[] array, int[] codePoint, int offset)

public byte[] toBytes (int codePoint)

public void toBytes (int[] codePoint, byte[] array, int offset)

public boolean isComplete (byte[] array, int offset, int length)