All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.CharToByteCp964

java.lang.Object
   |
   +----sun.io.CharToByteConverter
           |
           +----sun.io.CharToByteEUC
                   |
                   +----sun.io.CharToByteCp964

public class CharToByteCp964
extends CharToByteEUC
Tables and data to convert Unicode to Cp964


Constructor Index

 o CharToByteCp964()

Method Index

 o getCharacterEncoding()
Returns the character set id for the conversion.
 o getMaxBytesPerChar()
Returns the maximum number of bytes needed to convert a char.

Constructors

 o CharToByteCp964
 public CharToByteCp964()

Methods

 o getCharacterEncoding
 public String getCharacterEncoding()
Returns the character set id for the conversion.

Overrides:
getCharacterEncoding in class CharToByteConverter
 o getMaxBytesPerChar
 public int getMaxBytesPerChar()
Returns the maximum number of bytes needed to convert a char.

Overrides:
getMaxBytesPerChar in class CharToByteEUC

All Packages  Class Hierarchy  This Package  Previous  Next  Index