A stream of characters. There are two kinds of streams: + input streams (see INPUT_STREAM) + output_streams (see OUTPUT_STREAM) Streams can: + be connected (e.g. to some system object) + be used ot read or write characters, only if they are connected + be filtered (see FILTER) |
True if the stream is connected.