Package org.jcodings.transcode
Interface TranscodingInstruction
-
- All Known Implementing Classes:
Cp50220_decoder_Transcoder
,Cp50220_encoder_Transcoder
,Cp50221_decoder_Transcoder
,Cp50221_encoder_Transcoder
,Escape_xml_attr_quote_Transcoder
,Eucjp_to_stateless_iso2022jp_Transcoder
,Eucjp2sjis_Transcoder
,From_GB18030_Transcoder
,From_UTF_16_Transcoder
,From_UTF_16BE_Transcoder
,From_UTF_16LE_Transcoder
,From_UTF_32_Transcoder
,From_UTF_32BE_Transcoder
,From_UTF_32LE_Transcoder
,From_UTF8_MAC_Transcoder
,GenericTranscoder
,Iso2022jp_decoder_Transcoder
,Iso2022jp_encoder_Transcoder
,Iso2022jp_kddi_decoder_Transcoder
,Iso2022jp_kddi_encoder_Transcoder
,Sjis2eucjp_Transcoder
,Stateless_iso2022jp_to_eucjp_Transcoder
,To_GB18030_Transcoder
,To_UTF_16_Transcoder
,To_UTF_16BE_Transcoder
,To_UTF_16LE_Transcoder
,To_UTF_32_Transcoder
,To_UTF_32BE_Transcoder
,To_UTF_32LE_Transcoder
,Transcoder
,TranscodeTableSupport
,Transcoding
,Universal_newline_Transcoder
interface TranscodingInstruction
-
-
Field Summary
Fields Modifier and Type Field Description static int
FOURbt
static int
FUNii
static int
FUNio
static int
FUNsi
static int
FUNsio
static int
FUNso
static int
GB4bt
static int
INVALID
static int
LAST
static int
NOMAP
static int
NOMAP_RESUME_1
static int
ONEbt
static int
STR1
static int
THREEbt
static int
TWObt
static int
UNDEF
static int
ZERObt
static int
ZeroXResume_1
static int
ZeroXResume_2
-
-
-
Field Detail
-
NOMAP
static final int NOMAP
- See Also:
- Constant Field Values
-
ONEbt
static final int ONEbt
- See Also:
- Constant Field Values
-
TWObt
static final int TWObt
- See Also:
- Constant Field Values
-
THREEbt
static final int THREEbt
- See Also:
- Constant Field Values
-
FOURbt
static final int FOURbt
- See Also:
- Constant Field Values
-
INVALID
static final int INVALID
- See Also:
- Constant Field Values
-
UNDEF
static final int UNDEF
- See Also:
- Constant Field Values
-
ZERObt
static final int ZERObt
- See Also:
- Constant Field Values
-
FUNii
static final int FUNii
- See Also:
- Constant Field Values
-
FUNsi
static final int FUNsi
- See Also:
- Constant Field Values
-
FUNio
static final int FUNio
- See Also:
- Constant Field Values
-
FUNso
static final int FUNso
- See Also:
- Constant Field Values
-
STR1
static final int STR1
- See Also:
- Constant Field Values
-
GB4bt
static final int GB4bt
- See Also:
- Constant Field Values
-
FUNsio
static final int FUNsio
- See Also:
- Constant Field Values
-
LAST
static final int LAST
- See Also:
- Constant Field Values
-
NOMAP_RESUME_1
static final int NOMAP_RESUME_1
- See Also:
- Constant Field Values
-
ZeroXResume_1
static final int ZeroXResume_1
- See Also:
- Constant Field Values
-
ZeroXResume_2
static final int ZeroXResume_2
- See Also:
- Constant Field Values
-
-