Class FileDescriptorIO

All Implemented Interfaces:
Closeable, Flushable, Serializable, AutoCloseable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType, IOEncodable

public class FileDescriptorIO extends RubyIO
An IO implementation that reads/writes to a native file descriptor.
See Also: