Namespace Webmozart\Console\IO\OutputStream
| BufferedOutputStream | An output stream that writes to a buffer. |
| ErrorOutputStream | An output stream that writes to the error output. |
| NullOutputStream | An output stream that ignores all output. |
| StandardOutputStream | An output stream that writes to the standard output. |
| StreamOutputStream | An output stream that writes to a PHP stream. |