Uses of Interface
org.jruby.runtime.encoding.EncodingCapable
Packages that use EncodingCapable
-
Uses of EncodingCapable in org.jruby
Classes in org.jruby that implement EncodingCapableModifier and TypeClassDescriptionclassThe Ruby File class.classclassImplementation of Ruby String class Concurrency: no synchronization is required among readers, but all users must synchronize externally with writers.classRepresents a Ruby symbol (e.g.Methods in org.jruby with parameters of type EncodingCapableModifier and TypeMethodDescription(package private) final org.jcodings.EncodingRubyString.checkEncoding(EncodingCapable other) (package private) final org.jcodings.EncodingRubyString.isCompatibleWith(EncodingCapable other) -
Uses of EncodingCapable in org.jruby.ext.stringio
Classes in org.jruby.ext.stringio that implement EncodingCapable -
Uses of EncodingCapable in org.jruby.ext.tempfile
Classes in org.jruby.ext.tempfile that implement EncodingCapable