This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | EncodingType { unknown_enc, deflate, x_plain } |
The type of encoding used on the current stream. More... |
enum EncodingType |
libdap understands two types of encoding: x-plain and deflate, which correspond to plain uncompressed data and data compressed with zlib's LZW algorithm respectively.
enum EncodingType { unknown_enc, deflate, x_plain };
Definition at line 43 of file EncodingType.h.