Uses of Class
org.jcodings.transcode.AsciiCompatibility
-
Packages that use AsciiCompatibility Package Description org.jcodings.transcode -
-
Uses of AsciiCompatibility in org.jcodings.transcode
Fields in org.jcodings.transcode declared as AsciiCompatibility Modifier and Type Field Description AsciiCompatibility
Transcoder. compatibility
(package private) AsciiCompatibility
Transcoder.GenericTranscoderEntry. compatibility
Methods in org.jcodings.transcode that return AsciiCompatibility Modifier and Type Method Description static AsciiCompatibility
AsciiCompatibility. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AsciiCompatibility[]
AsciiCompatibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jcodings.transcode with parameters of type AsciiCompatibility Constructor Description GenericTranscoder(byte[] source, byte[] destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
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)
GenericTranscoderEntry(java.lang.String source, java.lang.String destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
Transcoder(byte[] source, byte[] destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
Transcoder(java.lang.String source, java.lang.String destination, int treeStart, java.lang.String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)
-