#include <compress.hpp>
Definition at line 414 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 255 of file compress.cpp. References buf, and NCBI_THROW. |
|
|
Read 4 bytes from buffer.
Definition at line 226 of file compress.cpp. References buf, and NCBI_THROW. Referenced by s_CheckGZipHeader(). |
|
||||||||||||
|
Store 2 bytes of value in the buffer.
Definition at line 240 of file compress.cpp. References buf, kMax_UI2, and NCBI_THROW. |
|
||||||||||||
|
Store 4 bytes of value in the buffer.
Definition at line 210 of file compress.cpp. References buf, kMax_UI4, and NCBI_THROW. Referenced by s_WriteGZipFooter(), and s_WriteGZipHeader(). |
1.4.6
Modified on Wed Dec 09 08:19:02 2009 by modify_doxy.py rev. 173732