TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Types | Public Member Functions | List of all members
common::zstd::ostreambuf Class Reference

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 ()
 

Detailed Description

Zstd stream buffer for compression.

Data is written in a single big frame.

Member Typedef Documentation

using common::zstd::ostreambuf::int_type = typename std::streambuf::int_type

Constructor & Destructor Documentation

common::zstd::ostreambuf::ostreambuf ( std::streambuf *  sbuf,
int  level = cstream::defaultLevel 
)
explicit
common::zstd::ostreambuf::~ostreambuf ( )
virtual

Member Function Documentation

ostreambuf::int_type common::zstd::ostreambuf::overflow ( int_type  ch = traits_type::eof())
virtual
int common::zstd::ostreambuf::sync ( )
virtual

The documentation for this class was generated from the following files: