|
sprint 1-alpha
|
#include <xgzipfilter.h>
Inherits sprint::io::xstream.
Public Member Functions | |
| gzipf (xstream *stream, flag_t open_mode, unsigned int compression_level) | |
| bool | is_good () const |
| unsigned int | capabilities () const |
| state_t | state () |
| Stream Lenght (or -1 if is undefined size) | |
| file_size_t | length () |
| Stream Lenght (or -1 if is undefined size) | |
| file_size_t | seek (file_size_t offset, seek_t type) |
| Seek position (if available) | |
| int | write (const char *data, unsigned int size) |
| Comprime i dati e li scrive nello stream. | |
| int | read (char *data, unsigned int size) |
| Read data from stream (if avail) | |
Comprimono/Decomprimono in/da un xstream
1.7.4