26bool Deflate(std::FILE* in, std::FILE* out);
58bool Inflate(std::FILE* in, std::FILE* out);
59bool Inflate(std::FILE* in, std::FILE* out,
Main namespace for the MDF library.
Definition canmessage.h:17
bool Inflate(std::FILE *in, std::FILE *out)
Decompress file to file.
std::vector< uint8_t > ByteArray
Defines a dynamic byte array.
Definition zlibutil.h:17
void InvTranspose(ByteArray &data, size_t record_size)
Invert transpose of an array.
void Transpose(ByteArray &data, size_t record_size)
Transpose of an array.
bool Deflate(std::FILE *in, std::FILE *out)
Compress file to file.