OutputStream

Name

OutputStream — Stream of output bytes.

Description

The OutputStream type currently supports only the writing of a character string to a file. It is a placeholder for more general stream types. A stream is a collection that supports only sequential addition of members (an output stream) or sequential removal of members (an input stream).

Protocols adopted by OutputStream

Create Drop CREATABLE

Methods

Phase: Creating

Phase: Using