FileManager
v1.7.0
Manage access to files with async model
Loading...
Searching...
No Matches
ReadBinaryFileHandle.cpp
1
#include "ReadBinaryFileHandle.h"
2
3
using namespace
std;
4
5
namespace
file_manager
6
{
7
ReadBinaryFileHandle::ReadBinaryFileHandle(
const
filesystem::path& filePath) :
8
ReadFileHandle(filePath, ios_base::binary)
9
{
10
11
}
12
}
src
Handlers
ReadBinaryFileHandle.cpp
Generated by
1.12.0