Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
Stdio
Stdio.BlockFile

Class Stdio.BlockFile

Inherits
  • Stream
Description

The Stdio.BlockFile API.

This class exists purely for typing reasons.

Use in types in place of Stdio.File where only blocking I/O is done with the object.

See also

Stdio.Stream, Stdio.NonblockingStream, Stdio.File, Stdio.FILE