Make file operations private on BinaryWriter

This commit is contained in:
2020-04-17 11:36:02 +02:00
parent 88809d57bc
commit d0135b39a6
2 changed files with 11 additions and 3 deletions
+5
View File
@@ -32,6 +32,11 @@ BinaryWriter::BinaryWriter(
#endif
}
BinaryWriter::~BinaryWriter()
{
close_current_file();
}
void BinaryWriter::write(uint64_t pulse_id, const JFFileFormat* buffer)
{
auto current_frame_file =