- java.lang.Object
-
- org.jcodings.transcode.Transcoder
-
- org.jcodings.transcode.specific.Cp50220_encoder_Transcoder
-
public class Cp50220_encoder_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 protectedCp50220_encoder_Transcoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfinish(byte[] statep, byte[] p, int start, int size)booleanhasFinish()intresetSize(byte[] statep)intresetState(byte[] statep, byte[] p, int start, int size)intstartToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize)intstateFinish(byte[] state)intstateInit(byte[] statep)-
Methods inherited from class org.jcodings.transcode.Transcoder
getDestination, getSource, hasStateInit, infoToInfo, infoToOutput, load, startInfoToOutput, startToInfo, 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
-
stateInit
public int stateInit(byte[] statep)
- Overrides:
stateInitin classTranscoder
-
stateFinish
public int stateFinish(byte[] state)
- Overrides:
stateFinishin classTranscoder
-
startToOutput
public int startToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize)- Overrides:
startToOutputin classTranscoder
-
hasFinish
public boolean hasFinish()
- Overrides:
hasFinishin classTranscoder
-
finish
public int finish(byte[] statep, byte[] p, int start, int size)- Overrides:
finishin classTranscoder
-
resetSize
public int resetSize(byte[] statep)
- Overrides:
resetSizein classTranscoder
-
resetState
public int resetState(byte[] statep, byte[] p, int start, int size)- Overrides:
resetStatein classTranscoder
-
-