forked from enaske/wwm_dump
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlz4.lua
More file actions
20 lines (19 loc) · 673 Bytes
/
Copy pathlz4.lua
File metadata and controls
20 lines (19 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Module: lz4
Type: table
================================================================================
Keys:
block_decompress_safe: function(...) -- =[C]
new_compression_stream: function(...) -- =[C]
compress: function(...) -- =[C]
block_1MB: number
new_decompression_stream: function(...) -- =[C]
block_4MB: number
new_compression_stream_hc: function(...) -- =[C]
block_compress: function(...) -- =[C]
block_compress_hc: function(...) -- =[C]
block_256KB: number
decompress: function(...) -- =[C]
version: string
block_64KB: number
block_decompress_fast: function(...) -- =[C]
block_decompress_safe_partial: function(...) -- =[C]