java.lang.Object
org.jcodings.transcode.Transcoder
org.jcodings.transcode.specific.From_UTF_32_Transcoder
- All Implemented Interfaces:
TranscodingInstruction
-
Field Summary
FieldsFields inherited from class org.jcodings.transcode.Transcoder
compatibility, inputUnitLength, maxInput, maxOutput
Fields inherited from interface org.jcodings.transcode.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 TypeMethodDescriptionboolean
int
startToInfo
(byte[] statep, byte[] s, int sStart, int l) int
startToOutput
(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize) int
stateInit
(byte[] statep) Methods inherited from class org.jcodings.transcode.Transcoder
finish, getDestination, getSource, hasFinish, infoToInfo, infoToOutput, load, resetSize, resetState, startInfoToOutput, stateFinish, toString, toStringFull, transcoding
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
From_UTF_32_Transcoder
protected From_UTF_32_Transcoder()
-
-
Method Details
-
hasStateInit
public boolean hasStateInit()- Overrides:
hasStateInit
in classTranscoder
-
stateInit
public int stateInit(byte[] statep) - Overrides:
stateInit
in classTranscoder
-
startToInfo
public int startToInfo(byte[] statep, byte[] s, int sStart, int l) - Overrides:
startToInfo
in classTranscoder
-
startToOutput
public int startToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize) - Overrides:
startToOutput
in classTranscoder
-