[Overview][Classes][Index] Reference for unit 'nullstream' (#fcl)

Reference for unit 'nullstream'

Unit to implement a null stream

uses

  System,

  Classes;

Overview

The nullstream unit implements TNullStream, a stream which acts more or less as the /dev/null device on unix: all read and write operations will succeed, but the data is discarded on write, or null bytes are read.


Documentation generated on: May 14 2021