Unit to implement a null stream.
uses |
System, |
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.