Class AStandardErrorStream

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type AStandardErrorStream = class(AStandardOutputStream)

Description

This class allows access to stderr as though it was a file stream. The class does not support reading or seeking and will fail silently if these operations are attempted. The primary reason for this class to exist is to allow console output to be used by any class that supports writing to an arbitrary stream.

Hierarchy

Overview

Methods

Public function write(const count: TStreamIOSize; const source): TStreamIOSize; override;

Description

Methods

Public function write(const count: TStreamIOSize; const source): TStreamIOSize; override;

Write count bytes from source to the stream. See AStream.write for more information on this method.

Returns

The total number of bytes written to the stream.


Generated by PasDoc 0.13.0 on 2015-01-10 17:13:18