Uses of Enum
org.jcodings.transcode.AsciiCompatibility
Packages that use AsciiCompatibility
-
Uses of AsciiCompatibility in org.jcodings.transcode
Subclasses with type arguments of type AsciiCompatibility in org.jcodings.transcodeFields in org.jcodings.transcode declared as AsciiCompatibilityModifier and TypeFieldDescriptionfinal AsciiCompatibilityTranscoder.compatibility(package private) final AsciiCompatibilityTranscoder.GenericTranscoderEntry.compatibilityMethods in org.jcodings.transcode that return AsciiCompatibilityModifier and TypeMethodDescriptionstatic AsciiCompatibilityReturns 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 AsciiCompatibilityModifierConstructorDescriptionprotectedGenericTranscoder(byte[] source, byte[] destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) protectedGenericTranscoder(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) protectedTranscoder(byte[] source, byte[] destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize) protectedTranscoder(String source, String destination, int treeStart, String arrayKey, int inputUnitLength, int maxInput, int maxOutput, AsciiCompatibility compatibility, int stateSize)