All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.io.CharToByteISO2022KR

java.lang.Object
   |
   +----sun.io.CharToByteConverter
           |
           +----sun.io.CharToByteISO2022
                   |
                   +----sun.io.CharToByteISO2022KR

public class CharToByteISO2022KR
extends CharToByteISO2022

Constructor Index

 o CharToByteISO2022KR()

Method Index

 o getCharacterEncoding()
Return the character set ID
 o getMaxBytesPerChar()
returns the maximum number of bytes needed to convert a char

Constructors

 o CharToByteISO2022KR
 public CharToByteISO2022KR()

Methods

 o getMaxBytesPerChar
 public int getMaxBytesPerChar()
returns the maximum number of bytes needed to convert a char

Overrides:
getMaxBytesPerChar in class CharToByteConverter
 o getCharacterEncoding
 public String getCharacterEncoding()
Return the character set ID

Overrides:
getCharacterEncoding in class CharToByteConverter

All Packages  Class Hierarchy  This Package  Previous  Next  Index