A Conduit that ignores all that is written to it
A Conduit that ignores all that is written to it and returns Eof when read from. Note that write() returns the length of what was handed to it, acting as a pure bit-bucket. Returning zero or Eof instead would not be appropriate in this context.
See Source File
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2008. Fawzi Mohamed Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Initial release: July 2008
Fawzi Mohamed
A Conduit that ignores all that is written to it