Uses of Interface
org.jruby.util.io.EncodingUtils.TranscodeResult
Packages that use EncodingUtils.TranscodeResult
-
Uses of EncodingUtils.TranscodeResult in org.jruby.util.io
Methods in org.jruby.util.io with parameters of type EncodingUtils.TranscodeResultModifier and TypeMethodDescriptionstatic IRubyObjectEncodingUtils.strTranscode(ThreadContext context, RubyString str, EncodingUtils.TranscodeResult result) static IRubyObjectEncodingUtils.strTranscode(ThreadContext context, IRubyObject[] args, RubyString str, EncodingUtils.TranscodeResult result) Deprecated.static IRubyObjectEncodingUtils.strTranscode(ThreadContext context, IRubyObject toEncoding, RubyString str, EncodingUtils.TranscodeResult result) static IRubyObjectEncodingUtils.strTranscode(ThreadContext context, IRubyObject toEncoding, IRubyObject forcedEncoding, RubyString str, EncodingUtils.TranscodeResult result) static IRubyObjectEncodingUtils.strTranscode(ThreadContext context, IRubyObject toEncoding, IRubyObject forcedEncoding, IRubyObject opts, RubyString str, EncodingUtils.TranscodeResult result)