Class Stdio.BlockFile (< StringType >)

Inheritance graph
Annotations
@Pike.Annotations.Implements(InputBlockFile)
@Pike.Annotations.Implements(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

Stream, NonblockingStream, InputBlockStream, File, FILE


Generic StringType

__generic__ string StringType = string(8bit)


Inherit InputBlockFile

inherit InputBlockFile(< StringType >) : InputBlockFile


Inherit OutputStreamMixin

inherit OutputStreamMixin(< StringType >) : OutputStreamMixin