Esempio n. 1
0
 public function copyTo(StreamInterface $destination, $bufferSize = null)
 {
     $this->stream->copyTo($destination, $bufferSize);
 }