Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
known_sizes.c File Reference

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   (1U << 20)

Function Documentation

◆ main()

int main ( void )