Swift_ByteStream_FileByteStream::_resetReadHandle PHP Method

_resetReadHandle() private method

Force a reload of the resource for reading
private _resetReadHandle ( )
    private function _resetReadHandle()
    {
        if (isset($this->_reader)) {
            fclose($this->_reader);
            $this->_reader = null;
        }
    }