![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A buffer forr the contents of a lzs file. More...
#include <LzsFile.h>
Public Member Functions | |
LzsBuffer ()=delete | |
No costructor. More... | |
Static Public Member Functions | |
static std::vector< VGears::uint8 > | Decompress (const std::vector< VGears::uint8 > &buffer) |
Decompresses lzs data in a buffer. More... | |
A buffer forr the contents of a lzs file.
|
delete |
No costructor.
|
static |
Decompresses lzs data in a buffer.
[in] | buffer | Buffer with the data of the lzs file. |