boost::capy::zlib::data_type

Data type constants for the stream data_type field.

Synopsis

enum data_type;

Members

Name

Description

binary

Binary data.

text

Text data.

ascii

ASCII text data (same as text).

unknown

Data type is unknown.

Description

These values represent the best guess about the type of data being compressed or decompressed.

Created with MrDocs