Module org.jruby.jcodings
Package org.jcodings.transcode.specific
Class Eucjp_to_stateless_iso2022jp_Transcoder
- java.lang.Object
-
- org.jcodings.transcode.Transcoder
-
- org.jcodings.transcode.specific.Eucjp_to_stateless_iso2022jp_Transcoder
-
public class Eucjp_to_stateless_iso2022jp_Transcoder extends Transcoder
-
-
Field Summary
Fields Modifier and Type Field Description static intFOURbtstatic intFUNiistatic intFUNiostatic intFUNsistatic intFUNsiostatic intFUNsostatic intGB4btstatic TranscoderINSTANCEstatic intINVALIDstatic intLASTstatic intNOMAPstatic intNOMAP_RESUME_1static intONEbtstatic intSTR1static intTHREEbtstatic intTWObtstatic intUNDEFstatic intZERObtstatic intZeroXResume_1static intZeroXResume_2-
Fields inherited from class org.jcodings.transcode.Transcoder
compatibility, inputUnitLength, maxInput, maxOutput
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEucjp_to_stateless_iso2022jp_Transcoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intstartToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize)-
Methods inherited from class org.jcodings.transcode.Transcoder
finish, getDestination, getSource, hasFinish, hasStateInit, infoToInfo, infoToOutput, load, resetSize, resetState, startInfoToOutput, startToInfo, stateFinish, stateInit, toString, toStringFull, transcoding
-
-
-
-
Field Detail
-
INSTANCE
public static final Transcoder INSTANCE
-
NOMAP
public static final int NOMAP
- See Also:
- Constant Field Values
-
ONEbt
public static final int ONEbt
- See Also:
- Constant Field Values
-
TWObt
public static final int TWObt
- See Also:
- Constant Field Values
-
THREEbt
public static final int THREEbt
- See Also:
- Constant Field Values
-
FOURbt
public static final int FOURbt
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
UNDEF
public static final int UNDEF
- See Also:
- Constant Field Values
-
ZERObt
public static final int ZERObt
- See Also:
- Constant Field Values
-
FUNii
public static final int FUNii
- See Also:
- Constant Field Values
-
FUNsi
public static final int FUNsi
- See Also:
- Constant Field Values
-
FUNio
public static final int FUNio
- See Also:
- Constant Field Values
-
FUNso
public static final int FUNso
- See Also:
- Constant Field Values
-
STR1
public static final int STR1
- See Also:
- Constant Field Values
-
GB4bt
public static final int GB4bt
- See Also:
- Constant Field Values
-
FUNsio
public static final int FUNsio
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
NOMAP_RESUME_1
public static final int NOMAP_RESUME_1
- See Also:
- Constant Field Values
-
ZeroXResume_1
public static final int ZeroXResume_1
- See Also:
- Constant Field Values
-
ZeroXResume_2
public static final int ZeroXResume_2
- See Also:
- Constant Field Values
-
-
Method Detail
-
startToOutput
public int startToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize)- Overrides:
startToOutputin classTranscoder
-
-