public class

ByteToCharSJIS

extends ByteToCharJIS0208
java.lang.Object
   ↳ sun.io.ByteToCharConverter
     ↳ sun.io.ByteToCharDoubleByte
       ↳ sun.io.ByteToCharJIS0208
         ↳ sun.io.ByteToCharSJIS
Known Direct Subclasses

Class Overview

The SJIS converters follow the Shift JIS definition in the JIS X0208:1997 standard as much as possible. The MS932 converters must be used where the Microsoft Code Page 932 character repertoire and Unicode mappings are required.

Summary

[Expand]
Inherited Constants
From class sun.io.ByteToCharDoubleByte
[Expand]
Inherited Fields
From class sun.io.ByteToCharDoubleByte
From class sun.io.ByteToCharConverter
Public Constructors
ByteToCharSJIS()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion
Protected Methods
char convSingleByte(int b)
char getUnicode(int c1, int c2)
[Expand]
Inherited Methods
From class sun.io.ByteToCharJIS0208
From class sun.io.ByteToCharDoubleByte
From class sun.io.ByteToCharConverter
From class java.lang.Object

Public Constructors

public ByteToCharSJIS ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion

Protected Methods

protected char convSingleByte (int b)

protected char getUnicode (int c1, int c2)