The SPE program reads in the inputbuffer, processes the data, and then writes it to the output buffer.
SPE 程序从输入缓冲区中读取数据,然后对数据进行处理,再将结果写入输出缓冲区中。
2
This method relies on the FileStream class to buffer the input and output files appropriately, so that the code can work byte by byte to perform the necessary processing.