Update README.md
This commit is contained in:
parent
d6787a8cd5
commit
4d128c0ea4
@ -52,7 +52,7 @@ try
|
|||||||
{
|
{
|
||||||
namespace ar = ns_archive::ns_reader;
|
namespace ar = ns_archive::ns_reader;
|
||||||
std::ofstream outfs("output.tar");
|
std::ofstream outfs("output.tar");
|
||||||
ns_archive::writer writer2 = ns_archive::writer::make_writer<ns_archive::ns_writer::format::_TAR>( outfs, 2 );
|
ns_archive::writer writer2 = ns_archive::writer::make_writer<ns_archive::ns_writer::format::_TAR>(outfs, 10240);
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << "foo";
|
ss << "foo";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user