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

Class Stdio.NonblockingStream

Inherits
  • Stream
Description

The Stdio.NonblockingStream API.

This class exists purely for typing reasons.

Use in types in place of Stdio.File where nonblocking and/or blocking stream-oriented I/O is done with the object.

See also

Stdio.Stream, Stdio.BlockFile, Stdio.File, Stdio.FILE