Uses of Class
org.jcodings.transcode.Transcoder
-
Packages that use Transcoder Package Description org.jcodings.transcode org.jcodings.transcode.specific -
-
Uses of Transcoder in org.jcodings.transcode
Subclasses of Transcoder in org.jcodings.transcode Modifier and Type Class Description (package private) classGenericTranscoderFields in org.jcodings.transcode declared as Transcoder Modifier and Type Field Description private TranscoderTranscoderDB.Entry. transcoderTranscoderTranscoding. transcoderMethods in org.jcodings.transcode that return Transcoder Modifier and Type Method Description (package private) TranscoderTranscoder.GenericTranscoderEntry. createTranscoder()static TranscoderTranscoderList. getInstance(java.lang.String name)TranscoderTranscoderDB.Entry. getTranscoder()static TranscoderTranscoder. load(java.lang.String name)Methods in org.jcodings.transcode with parameters of type Transcoder Modifier and Type Method Description (package private) voidEConv. addTranscoderAt(Transcoder transcoder, int i)(package private) static voidTranscoderDB. register(Transcoder transcoder)Constructors in org.jcodings.transcode with parameters of type Transcoder Constructor Description Transcoding(Transcoder transcoder, int flags) -
Uses of Transcoder in org.jcodings.transcode.specific
Fields in org.jcodings.transcode.specific declared as Transcoder Modifier and Type Field Description static TranscoderCp50220_decoder_Transcoder. INSTANCEstatic TranscoderCp50220_encoder_Transcoder. INSTANCEstatic TranscoderCp50221_decoder_Transcoder. INSTANCEstatic TranscoderCp50221_encoder_Transcoder. INSTANCEstatic TranscoderEscape_xml_attr_quote_Transcoder. INSTANCEstatic TranscoderEucjp_to_stateless_iso2022jp_Transcoder. INSTANCEstatic TranscoderEucjp2sjis_Transcoder. INSTANCEstatic TranscoderFrom_CESU_8_Transcoder. INSTANCEstatic TranscoderFrom_GB18030_Transcoder. INSTANCEstatic TranscoderFrom_UTF_16_Transcoder. INSTANCEstatic TranscoderFrom_UTF_16BE_Transcoder. INSTANCEstatic TranscoderFrom_UTF_16LE_Transcoder. INSTANCEstatic TranscoderFrom_UTF_32_Transcoder. INSTANCEstatic TranscoderFrom_UTF_32BE_Transcoder. INSTANCEstatic TranscoderFrom_UTF_32LE_Transcoder. INSTANCEstatic TranscoderFrom_UTF8_MAC_Transcoder. INSTANCEstatic TranscoderIso2022jp_decoder_Transcoder. INSTANCEstatic TranscoderIso2022jp_encoder_Transcoder. INSTANCEstatic TranscoderIso2022jp_kddi_decoder_Transcoder. INSTANCEstatic TranscoderIso2022jp_kddi_encoder_Transcoder. INSTANCEstatic TranscoderSjis2eucjp_Transcoder. INSTANCEstatic TranscoderStateless_iso2022jp_to_eucjp_Transcoder. INSTANCEstatic TranscoderTo_CESU_8_Transcoder. INSTANCEstatic TranscoderTo_GB18030_Transcoder. INSTANCEstatic TranscoderTo_UTF_16_Transcoder. INSTANCEstatic TranscoderTo_UTF_16BE_Transcoder. INSTANCEstatic TranscoderTo_UTF_16LE_Transcoder. INSTANCEstatic TranscoderTo_UTF_32_Transcoder. INSTANCEstatic TranscoderTo_UTF_32BE_Transcoder. INSTANCEstatic TranscoderTo_UTF_32LE_Transcoder. INSTANCEstatic TranscoderUniversal_newline_Transcoder. INSTANCE
-