Class Stdio.Stream (< StringType >)

Inheritance graph
Annotations
@Pike.Annotations.Implements(InputStream)
Description

The Stdio.Stream API.

This class exists purely for typing reasons.

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

This class lists the minimum functionality guaranteed to exist in all Stream objects.

See also

InputStream, NonblockingStream, BlockFile, File, FILE


Generic StringType

__generic__ string StringType = string


Inherit InputStream

inherit InputStream(< StringType >) : InputStream


Inherit OutputStreamMixin

inherit OutputStreamMixin(< StringType >) : OutputStreamMixin