Skip to content

Commit 0705167

Browse files
committed
new implementation
1 parent ca5a7d2 commit 0705167

File tree

2 files changed

+441
-172
lines changed

2 files changed

+441
-172
lines changed

core/include/core/dataio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void g3_istream_close(std::istream &stream);
5757
*/
5858
void
5959
g3_ostream_to_path(std::ostream &stream, const std::string &path, bool append=false,
60-
bool counter=false);
60+
bool counter=false, size_t buffersize=1024*1024);
6161

6262
/**
6363
* Count the number of bytes written to the output file stream.

0 commit comments

Comments
 (0)