Package org.jcodings.transcode.specific
Class Sjis2eucjp_Transcoder
- java.lang.Object
-
- org.jcodings.transcode.Transcoder
-
- org.jcodings.transcode.specific.Sjis2eucjp_Transcoder
-
- All Implemented Interfaces:
TranscodingInstruction
public class Sjis2eucjp_Transcoder extends Transcoder
-
-
Field Summary
Fields Modifier and Type Field Description static Transcoder
INSTANCE
-
Fields 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 Modifier Constructor Description protected
Sjis2eucjp_Transcoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
startToOutput(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
-
-
Method Detail
-
startToOutput
public int startToOutput(byte[] statep, byte[] s, int sStart, int l, byte[] o, int oStart, int oSize)
- Overrides:
startToOutput
in classTranscoder
-
-