标签: c++ memory stream iostream
可能重复: Are there binary memory streams in C++
糟糕 - Are there binary memory streams in C++
答案 0 :(得分:0)
基本上,我需要一个易于使用的类,我可以将原始数据加载到不同的变量中并将其传输到不同的变量
那将是IO流。您可以使用他们的.read()和.write()成员函数来读取和写入二进制数据。
.read()
.write()