FileDocCategorySizeDatePackage
EUC_JP_Reader.javaAPI DocJ2ME MIDP 2.0560Thu Nov 07 12:02:20 GMT 2002com.sun.cldc.i18n.j2me

EUC_JP_Reader

public class EUC_JP_Reader extends Gen_Reader
EUC_JP character encoded Reader.

Fields Summary
Constructors Summary
public EUC_JP_Reader()
Constructor for EUC_JP Reader.

exception
ClassNotFoundException is thrown if the conversion class is not available

        super("EUC_JP");
    
Methods Summary