FixIO Documentation

Back to summary

import "io/stream";

BufferedStream class

Adds buffering to another stream.

Inherits from Stream.

Initialization

static function create(parent: Stream): BufferedStream
Creates a new buffered stream.