Swift_ByteStream_FileByteStream::_commit PHP Méthode

_commit() protected méthode

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