bxzstr
bxzstr copied to clipboard
streamline class definitions
This PR implements the changes discussed in https://github.com/tmaklin/bxzstr/pull/34.
This compiles and works for my local project, but apart from that no extensive testing was done.
Btw, in the line
ostream(std::ostream & os, Compression type = plaintext, int level = 6)
should this be type = z for consistency? Could add the fix to this PR if you want.