Exemplo n.º 1
0
 public function setLength($length)
 {
     $this->stream->setLength($length);
 }
Exemplo n.º 2
0
 public function setLength($length)
 {
     $this->initializeStream();
     $this->stream->setLength($length);
 }