Phalcon\Db\Adapter\MongoDB\GridFS\StreamWrapper::stream_read PHP Method

stream_read() public method

@codingStandardsIgnoreStart
public stream_read ( $count )
    public function stream_read($count)
    {
        // @codingStandardsIgnoreEnd
        // TODO: Ensure that $this->stream is a ReadableStream
        return $this->stream->downloadNumBytes($count);
    }