TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
Zstd stream buffer for compression. More...
#include <zstdstream.h>
Inherits streambuf.
Public Types | |
using | int_type = typename std::streambuf::int_type |
Public Member Functions | |
ostreambuf (std::streambuf *sbuf, int level=cstream::defaultLevel) | |
virtual | ~ostreambuf () |
virtual int_type | overflow (int_type ch=traits_type::eof()) |
virtual int | sync () |
Zstd stream buffer for compression.
Data is written in a single big frame.
using common::zstd::ostreambuf::int_type = typename std::streambuf::int_type |
|
explicit |
|
virtual |
|
virtual |
|
virtual |