Uses of Interface
org.jruby.util.io.IOEncodable
Packages that use IOEncodable
Package
Description
-
Uses of IOEncodable in org.jruby
Classes in org.jruby that implement IOEncodableMethods in org.jruby with parameters of type IOEncodableModifier and TypeMethodDescriptionRubyFile.fileOpenGeneric
(ThreadContext context, IRubyObject filename, int oflags, int fmode, IOEncodable convConfig, int perm) -
Uses of IOEncodable in org.jruby.api
Methods in org.jruby.api with parameters of type IOEncodableModifier and TypeMethodDescriptionstatic boolean
MRI.rb_io_extract_encoding_option
(ThreadContext context, IOEncodable ioEncodable, IRubyObject options, int[] fmode_p) static void
MRI.rb_io_extract_modeenc
(ThreadContext context, IOEncodable ioEncodable, API.ModeAndPermission vmodeAndVperm_p, IRubyObject options, int[] oflags_p, int[] fmode_p) -
Uses of IOEncodable in org.jruby.ext.ffi.io
Classes in org.jruby.ext.ffi.io that implement IOEncodableModifier and TypeClassDescriptionclass
An IO implementation that reads/writes to a native file descriptor. -
Uses of IOEncodable in org.jruby.ext.socket
Classes in org.jruby.ext.socket that implement IOEncodableModifier and TypeClassDescriptionclass
Implementation of the BasicSocket class from Ruby.class
class
class
class
class
class
class
class
-
Uses of IOEncodable in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib that implement IOEncodableModifier and TypeClassDescriptionclass
class
class
-
Uses of IOEncodable in org.jruby.util.io
Classes in org.jruby.util.io that implement IOEncodableMethods in org.jruby.util.io with parameters of type IOEncodableModifier and TypeMethodDescriptionvoid
IOEncodable.ConvConfig.copy
(IOEncodable that) static void
EncodingUtils.extractModeEncoding
(ThreadContext context, IOEncodable ioEncodable, Object vmodeAndVperm_p, IRubyObject options, int[] oflags_p, int[] fmode_p) Deprecated.static void
EncodingUtils.extractModeEncoding
(ThreadContext context, IOEncodable ioEncodable, API.ModeAndPermission vmodeAndVperm_p, IRubyObject options, int[] oflags_p, int[] fmode_p) static void
EncodingUtils.ioExtIntToEncs
(ThreadContext context, IOEncodable encodable, org.jcodings.Encoding external, org.jcodings.Encoding internal, int fmode) static boolean
EncodingUtils.ioExtractEncodingOption
(ThreadContext context, IOEncodable ioEncodable, IRubyObject options, int[] fmode_p) static void
EncodingUtils.parseModeEncoding
(ThreadContext context, IOEncodable ioEncodable, String option, int[] fmode_p) static IRubyObject
PopenExecutor.pipeOpen
(ThreadContext context, IRubyObject prog, String modestr, int fmode, IOEncodable convconfig) static void
EncodingUtils.validateEncodingBinmode
(ThreadContext context, int[] fmode_p, int ecflags, IOEncodable ioEncodable)