Swift_ByteStream_FileByteStream::_commit PHP Method

_commit() protected method

Just write the bytes to the file
protected _commit ( $bytes )
    protected function _commit($bytes)
    {
        fwrite($this->_getWriteHandle(), $bytes);
        $this->_resetReadHandle();
    }