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... | |
|
|
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.
Definition at line 43 of file EncodingType.h. |
1.3.9.1