public class

CharToByteCp834

extends CharToByteCp933
java.lang.Object
   ↳ sun.io.CharToByteConverter
     ↳ sun.io.CharToByteCp933
       ↳ sun.io.CharToByteCp834

Summary

[Expand]
Inherited Fields
From class sun.io.CharToByteConverter
Public Constructors
CharToByteCp834()
Public Methods
String getCharacterEncoding()
Return the character set ID
int getMaxBytesPerChar()
returns the maximum number of bytes needed to convert a char
Protected Methods
boolean doSBCS()
int encodeHangul(char ch)
[Expand]
Inherited Methods
From class sun.io.CharToByteCp933
From class sun.io.CharToByteConverter
From class java.lang.Object

Public Constructors

public CharToByteCp834 ()

Public Methods

public String getCharacterEncoding ()

Return the character set ID

public int getMaxBytesPerChar ()

returns the maximum number of bytes needed to convert a char

Protected Methods

protected boolean doSBCS ()

protected int encodeHangul (char ch)