boost::capy::zlib::data_type

Data type constants for the stream data_type field.

Synopsis

enum data_type;

Description

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

Members

Name

Description

binary

Binary data.

text

Text data.

ascii

ASCII text data (same as text).

unknown

Data type is unknown.

Created with MrDocs