Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
FileUtil.cpp File Reference
#include <fstream>
#include "zserio/CppRuntimeException.h"
#include "zserio/FileUtil.h"
#include "zserio/StringView.h"

Go to the source code of this file.

Namespaces

 zserio
 

Functions

void zserio::writeBufferToFile (const uint8_t *buffer, size_t bitSize, BitsTag, const std::string &fileName)
 
BitBuffer zserio::readBufferFromFile (const std::string &fileName)