chenjunfu2-nbt-cpp v2.1.0
一个基于CPP20的NBT(Named Binary Tag)库
载入中...
搜索中...
未找到
NBT_IO.hpp 文件参考

IO工具集 更多...

#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <fstream>
#include <vector>
#include <filesystem>
#include "NBT_Print.hpp"
#include "vcpkg_config.h"
#include <zlib.h>

浏览该文件的源代码.

class  NBT_IO
 用于提供nbt文件读写,解压与压缩功能 更多...
class  NBT_IO::DefaultInputStream< T >
 默认输入流类,用于从标准库容器中读取数据 更多...
class  NBT_IO::DefaultOutputStream< T >
 默认输出流类,用于将数据写入到标准库容器中 更多...

详细描述

IO工具集