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 booleanMRI.rb_io_extract_encoding_option(ThreadContext context, IOEncodable ioEncodable, IRubyObject options, int[] fmode_p) static voidMRI.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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassImplementation of the BasicSocket class from Ruby.classclassclassclassclassclassclassclass -
Uses of IOEncodable in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib that implement IOEncodableModifier and TypeClassDescriptionclassclassclass -
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 TypeMethodDescriptionvoidIOEncodable.ConvConfig.copy(IOEncodable that) static voidEncodingUtils.extractModeEncoding(ThreadContext context, IOEncodable ioEncodable, Object vmodeAndVperm_p, IRubyObject options, int[] oflags_p, int[] fmode_p) Deprecated.static voidEncodingUtils.extractModeEncoding(ThreadContext context, IOEncodable ioEncodable, API.ModeAndPermission vmodeAndVperm_p, IRubyObject options, int[] oflags_p, int[] fmode_p) static voidEncodingUtils.ioExtIntToEncs(ThreadContext context, IOEncodable encodable, org.jcodings.Encoding external, org.jcodings.Encoding internal, int fmode) static booleanEncodingUtils.ioExtractEncodingOption(ThreadContext context, IOEncodable ioEncodable, IRubyObject options, int[] fmode_p) static voidEncodingUtils.parseModeEncoding(ThreadContext context, IOEncodable ioEncodable, String option, int[] fmode_p) static IRubyObjectPopenExecutor.pipeOpen(ThreadContext context, IRubyObject prog, String modestr, int fmode, IOEncodable convconfig) static voidEncodingUtils.validateEncodingBinmode(ThreadContext context, int[] fmode_p, int ecflags, IOEncodable ioEncodable)