The type of encoding used on the current stream.
DODS understands two types of encoding: x-plain and deflate, which correspond to plain uncompressed data and data compressed with zlib's LZW algorithm respectively. \begin{verbatim} enum EncodingType { unknown_enc, deflate, x_plain }; \end{verbatim}
alphabetic index hierarchy of classes
generated by doc++