mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed AIFC Extraction
This commit is contained in:
@@ -33,8 +33,9 @@ class BinaryWriter {
|
||||
void Write(uint64_t value);
|
||||
void Write(float value);
|
||||
void Write(double value);
|
||||
void Write(const std::string& str);
|
||||
void Write(const std::string& str, bool writeLength = true);
|
||||
void Write(char* srcBuffer, size_t length);
|
||||
void WriteByte(char value);
|
||||
|
||||
std::vector<char> ToVector();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user