Class From_GB18030_Transcoder
java.lang.Object
org.jcodings.transcode.Transcoder
org.jcodings.transcode.specific.From_GB18030_Transcoder
- All Implemented Interfaces:
TranscodingInstruction
-
Field Summary
FieldsFields inherited from class Transcoder
compatibility, inputUnitLength, maxInput, maxOutputFields inherited from interface TranscodingInstruction
FOURbt, FUNii, FUNio, FUNsi, FUNsio, FUNso, GB4bt, INVALID, LAST, NOMAP, NOMAP_RESUME_1, ONEbt, STR1, THREEbt, TWObt, UNDEF, ZERObt, ZeroXResume_1, ZeroXResume_2 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstartInfoToOutput(byte[] statep, byte[] s, int sStart, int l, int info, byte[] o, int oStart, int oSize) intstartToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize) Methods inherited from class Transcoder
finish, getDestination, getSource, hasFinish, hasStateInit, infoToInfo, infoToOutput, load, resetSize, resetState, startToInfo, stateFinish, stateInit, toString, toStringFull, transcoding
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
From_GB18030_Transcoder
protected From_GB18030_Transcoder()
-
-
Method Details
-
startToOutput
public int startToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize) - Overrides:
startToOutputin classTranscoder
-
startInfoToOutput
public int startInfoToOutput(byte[] statep, byte[] s, int sStart, int l, int info, byte[] o, int oStart, int oSize) - Overrides:
startInfoToOutputin classTranscoder
-