Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.File

Class Stdio.File

Description

This is the basic I/O object, it provides socket 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. All functions available in Stdio.Fd are available here as well.

Inherits

  • Fd_ref