public class

CharToByteMS932

extends CharToByteDoubleByte
java.lang.Object
   ↳ sun.io.CharToByteConverter
     ↳ sun.io.CharToByteDoubleByte
       ↳ sun.io.CharToByteMS932

Class Overview

Tables and data to convert Unicode to MS932

Summary

[Expand]
Inherited Fields
From class sun.io.CharToByteDoubleByte
From class sun.io.CharToByteConverter
Public Constructors
CharToByteMS932()
Public Methods
String getCharacterEncoding()
Returns the character set id for the conversion.
Protected Methods
int convSingleByte(char inputChar, byte[] outputByte)
[Expand]
Inherited Methods
From class sun.io.CharToByteDoubleByte
From class sun.io.CharToByteConverter
From class java.lang.Object

Public Constructors

public CharToByteMS932 ()

Public Methods

public String getCharacterEncoding ()

Returns the character set id for the conversion.

Protected Methods

protected int convSingleByte (char inputChar, byte[] outputByte)