lz4

Undocumented in source.

Members

Enums

Endianess
enum Endianess

CTFEable LZ4 decompressor Copyright © 2016 Stefan Koch All rights reserved

Functions

decodeLZ4Block
ubyte[] decodeLZ4Block(ubyte[] input, uint blockLength, ubyte[] output)
Undocumented in source.
decodeLZ4File
ubyte[] decodeLZ4File(ubyte[] data, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeLZ4File
ubyte[] decodeLZ4File(ubyte[] data, ubyte[] output, uint outLength)
Undocumented in source.
fromBytes
T fromBytes(ubyte[] _data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LZ4Header
struct LZ4Header
Undocumented in source.

Meta