Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

EncodingType.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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...


Enumeration Type Documentation

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 };

Enumeration values:
unknown_enc 
deflate 
x_plain 

Definition at line 43 of file EncodingType.h.


Generated on Thu Aug 2 06:43:43 2007 for libdap++ by  doxygen 1.3.9.1