Uses of Enum
org.jruby.ext.nkf.RubyNKF.NKFCharset
Packages that use RubyNKF.NKFCharset
-
Uses of RubyNKF.NKFCharset in org.jruby.ext.nkf
Fields in org.jruby.ext.nkf declared as RubyNKF.NKFCharsetModifier and TypeFieldDescriptionstatic final RubyNKF.NKFCharsetRubyNKF.ASCIIDeprecated.static final RubyNKF.NKFCharsetRubyNKF.AUTODeprecated.static final RubyNKF.NKFCharsetRubyNKF.BASE64Deprecated.static final RubyNKF.NKFCharsetRubyNKF.BINARYDeprecated.static final RubyNKF.NKFCharsetRubyNKF.EUCDeprecated.static final RubyNKF.NKFCharsetRubyNKF.JISDeprecated.static final RubyNKF.NKFCharsetRubyNKF.MIME_DETECTDeprecated.static final RubyNKF.NKFCharsetRubyNKF.NOCONVDeprecated.static final RubyNKF.NKFCharsetRubyNKF.OTHERDeprecated.static final RubyNKF.NKFCharsetRubyNKF.QENCODEDeprecated.static final RubyNKF.NKFCharsetRubyNKF.SJISDeprecated.static final RubyNKF.NKFCharsetRubyNKF.UNKNOWNDeprecated.static final RubyNKF.NKFCharsetRubyNKF.UTF16Deprecated.static final RubyNKF.NKFCharsetRubyNKF.UTF32Deprecated.static final RubyNKF.NKFCharsetRubyNKF.UTF8Deprecated.Fields in org.jruby.ext.nkf with type parameters of type RubyNKF.NKFCharsetModifier and TypeFieldDescriptionprotected final Map<String,RubyNKF.NKFCharset> RubyNKF.Converter.optionsMethods in org.jruby.ext.nkf that return RubyNKF.NKFCharsetModifier and TypeMethodDescriptionstatic RubyNKF.NKFCharsetRubyNKF.guess(ThreadContext context, IRubyObject s) static RubyNKF.NKFCharsetReturns the enum constant of this type with the specified name.static RubyNKF.NKFCharset[]RubyNKF.NKFCharset.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.ext.nkf that return types with arguments of type RubyNKF.NKFCharsetMethods in org.jruby.ext.nkf with parameters of type RubyNKF.NKFCharsetModifier and TypeMethodDescriptionprivate static IRubyObjectRubyNKF.charsetMappedValue(Ruby runtime, RubyNKF.NKFCharset charset) (package private) ByteListRubyNKF.Converter.convert_byte(ByteList str, String inputCharset, RubyNKF.NKFCharset output) Method parameters in org.jruby.ext.nkf with type arguments of type RubyNKF.NKFCharsetModifier and TypeMethodDescription(package private) static booleanRubyNKF.Converter.isMimeText(ByteList str, Map<String, RubyNKF.NKFCharset> options) Constructor parameters in org.jruby.ext.nkf with type arguments of type RubyNKF.NKFCharsetModifierConstructorDescriptionConverter(ThreadContext ctx, Map<String, RubyNKF.NKFCharset> opt) DefaultConverter(ThreadContext ctx, Map<String, RubyNKF.NKFCharset> opt) MimeConverter(ThreadContext ctx, Map<String, RubyNKF.NKFCharset> opt)