Class Stdio.InputBlockFile (< StringType >)

Inheritance graph
Stdio.InputStream Stdio.InputBlockFile Stdio.BlockFile
Annotations
@Pike.Annotations.Implements(InputStream)
Description

The Stdio.InputBlockFile API.

This class exists purely for typing reasons.

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

See also

InputStream, NonblockingInputStream, BlockFile, File, FILE


Generic StringType

__generic__ string StringType = string(8bit)


Inherit InputStream

inherit InputStream(< StringType >) : InputStream