#include <compress.hpp>
Definition at line 411 of file compress.hpp.
Static Public Member Functions | |
| static void | StoreUI4 (void *buf, unsigned long value) |
| Store 4 bytes of value in the buffer. | |
| static Uint4 | GetUI4 (void *buf) |
| Read 4 bytes from buffer. | |
| static void | StoreUI2 (void *buf, unsigned long value) |
| Store 2 bytes of value in the buffer. | |
| static Uint2 | GetUI2 (void *buf) |
| Read 2 bytes from buffer. | |
|
|
Read 2 bytes from buffer.
Definition at line 250 of file compress.cpp. References buf, and NCBI_THROW. |
|
|
Read 4 bytes from buffer.
Definition at line 221 of file compress.cpp. References buf, and NCBI_THROW. Referenced by s_CheckGZipHeader(). |
|
||||||||||||
|
Store 2 bytes of value in the buffer.
Definition at line 235 of file compress.cpp. References buf, kMax_UI2, and NCBI_THROW. |
|
||||||||||||
|
Store 4 bytes of value in the buffer.
Definition at line 205 of file compress.cpp. References buf, kMax_UI4, and NCBI_THROW. Referenced by s_WriteGZipFooter(), and s_WriteGZipHeader(). |
1.4.6
Modified on Wed Oct 08 07:26:34 2008 by modify_doxy.py rev. 117643