Filter without any compression. More...
Public Member Functions | |
NoCompLoadFilter (LoadFilter *chain) | |
Initialise this filter. | |
size_t | Read (byte *buf, size_t size) |
Read a given number of bytes from the savegame. |
Filter without any compression.
Definition at line 1964 of file saveload.cpp.
NoCompLoadFilter::NoCompLoadFilter | ( | LoadFilter * | chain | ) | [inline] |
Initialise this filter.
chain | The next filter in this chain. |
Definition at line 1969 of file saveload.cpp.
size_t NoCompLoadFilter::Read | ( | byte * | buf, | |
size_t | len | |||
) | [inline, virtual] |
Read a given number of bytes from the savegame.
buf | The bytes to read. | |
len | The number of bytes to read. |
Implements LoadFilter.
Definition at line 1973 of file saveload.cpp.
References LoadFilter::chain, and LoadFilter::Read().