Extracted from as of .
   

Class Stdio.File

Inheritance graph
predef::files.Fd predef::files.Fd_ref predef::Stdio.File 7.4::Stdio.File predef::Protocols.NNTP.asyncprotocol predef::Stdio.FILE predef::Tools.Standalone.forkd.ForkStream
Description

This is the basic I/O object, it provides socket and pipe communication as well as file access. It does not buffer reads and writes or provide line-by-line reading, that is done with Stdio.FILE object.

Note

The file or stream will normally be closed when this object is destructed (unless there are more objects that refer to the same file through use of assign or dup). Objects do not contain cyclic references in themselves, so they will be destructed timely when they run out of references.

See also

Stdio.FILE


Inherit Fd

optional inherit Fd : Fd


Inherit Fd_ref

optional inherit Fd_ref : Fd_ref