feat: exported the BinaryStream API

This commit is contained in:
子沐呀
2024-10-10 00:59:14 +08:00
Unverified
parent 5b1467c8ef
commit 186d1ca72a
7 changed files with 670 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
#include "Global.h"
#include <regex>
#include <vector>
bool isInteger(const std::string& str) {
std::regex pattern("^[+-]?\\d+$");