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();
    }