Package org.jcodings.transcode
Class GenericTranscoder
- java.lang.Object
-
- org.jcodings.transcode.Transcoder
-
- org.jcodings.transcode.GenericTranscoder
-
- All Implemented Interfaces:
TranscodingInstruction
final class GenericTranscoder extends Transcoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jcodings.transcode.Transcoder
Transcoder.GenericTranscoderEntry
-
-
Field Summary
-
Fields inherited from class org.jcodings.transcode.Transcoder
byteArray, byteArrayHash, compatibility, destination, hashCode, inputUnitLength, intArray, maxInput, maxOutput, source, stateSize, treeStart, wordArrayHash
-
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
GenericTranscoder(byte[] source, byte[] destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
protected
GenericTranscoder(java.lang.String source, java.lang.String destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
-
Method Summary
-
Methods inherited from class org.jcodings.transcode.Transcoder
finish, getDestination, getSource, hasFinish, hasStateInit, infoToInfo, infoToOutput, load, resetSize, resetState, startInfoToOutput, startToInfo, startToOutput, stateFinish, stateInit, toString, toStringFull, transcoding
-
-
-
-
Constructor Detail
-
GenericTranscoder
protected GenericTranscoder(java.lang.String source, java.lang.String destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
-
GenericTranscoder
protected GenericTranscoder(byte[] source, byte[] destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
-
-