Uses of Enum Class
org.jcodings.transcode.AsciiCompatibility
Packages that use AsciiCompatibility
-
Uses of AsciiCompatibility in org.jcodings.transcode
Fields in org.jcodings.transcode declared as AsciiCompatibilityModifier and TypeFieldDescriptionfinal AsciiCompatibility
Transcoder.compatibility
(package private) final AsciiCompatibility
Transcoder.GenericTranscoderEntry.compatibility
Methods in org.jcodings.transcode that return AsciiCompatibilityModifier and TypeMethodDescriptionstatic AsciiCompatibility
Returns the enum constant of this class with the specified name.static AsciiCompatibility[]
AsciiCompatibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jcodings.transcode with parameters of type AsciiCompatibilityModifierConstructorDescriptionprotected
GenericTranscoder
(byte[] source, byte[] destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) protected
GenericTranscoder
(String source, String destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) (package private)
GenericTranscoderEntry
(String source, String destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) protected
Transcoder
(byte[] source, byte[] destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) protected
Transcoder
(String source, String destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)