![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Encodes .lzma Stream with sizes known in Block Header. More...
#include "sysdefs.h"
#include "lzma.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/unistd.h>
#include <stdio.h>
Macros | |
#define | BUFFER_SIZE (1U << 20) |
Functions | |
int | main (void) |
Encodes .lzma Stream with sizes known in Block Header.
The input file is encoded in RAM, and the known Compressed Size and/or Uncompressed Size values are stored in the Block Header. As of writing there's no such Stream encoder in liblzma.
#define BUFFER_SIZE (1U << 20) |
int main | ( | void | ) |