boost::capy::zlib::data_type
Data type constants for the stream data_type field.
Synopsis
Declared in <boost/capy/zlib/data_type.hpp>
enum data_type;
Description
These values represent the best guess about the type of data being compressed or decompressed.
Members
Name |
Description |
|
Binary data. |
|
Text data. |
|
ASCII text data (same as text). |
|
Data type is unknown. |
Created with MrDocs