All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.CharToByteCp33722

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

public class CharToByteCp33722
extends CharToByteEUC
Tables and data to convert Unicode to Cp33722


Constructor Index

 o CharToByteCp33722()

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 CharToByteCp33722
 public CharToByteCp33722()

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