Swift_ByteStream_FileByteStream::_commit PHP Метод

_commit() защищенный Метод

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