public function __construct(\blaze\io\OutputStream $stream, $buffsize = 8192) { parent::__construct($stream); $this->bufferSize = $buffsize; }
/** * Creates a wrapper around the given stream which encodes the contents * @param blaze\io\InputStream $stream The wrapped stream */ public function __construct(\blaze\io\OutputStream $stream) { parent::__construct($stream); }