Package | Description |
---|---|
org.bytedeco.lz4.global |
Modifier and Type | Method and Description |
---|---|
static LZ4StreamDecode |
lz4.LZ4_createStreamDecode()
LZ4_createStreamDecode() and LZ4_freeStreamDecode() :
creation / destruction of streaming decompression tracking context.
|
static LZ4StreamDecode |
lz4.LZ4_createStreamDecode()
LZ4_createStreamDecode() and LZ4_freeStreamDecode() :
creation / destruction of streaming decompression tracking context.
|
Modifier and Type | Method and Description |
---|---|
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
byte[] dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
byte[] dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
ByteBuffer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
ByteBuffer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
BytePointer dst,
int srcSize,
int dstCapacity)
LZ4_decompress_*_continue() :
These decoding functions allow decompression of consecutive blocks in "streaming" mode.
|
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
BytePointer src,
BytePointer dst,
int srcSize,
int dstCapacity)
LZ4_decompress_*_continue() :
These decoding functions allow decompression of consecutive blocks in "streaming" mode.
|
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
byte[] dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
byte[] dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
ByteBuffer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
ByteBuffer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
BytePointer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_decompress_safe_continue(LZ4StreamDecode LZ4_streamDecode,
String src,
BytePointer dst,
int srcSize,
int dstCapacity) |
static int |
lz4.LZ4_freeStreamDecode(LZ4StreamDecode LZ4_stream) |
static int |
lz4.LZ4_freeStreamDecode(LZ4StreamDecode LZ4_stream) |
static int |
lz4.LZ4_setStreamDecode(LZ4StreamDecode LZ4_streamDecode,
BytePointer dictionary,
int dictSize)
LZ4_setStreamDecode() :
An LZ4_streamDecode_t context can be allocated once and re-used multiple times.
|
static int |
lz4.LZ4_setStreamDecode(LZ4StreamDecode LZ4_streamDecode,
BytePointer dictionary,
int dictSize)
LZ4_setStreamDecode() :
An LZ4_streamDecode_t context can be allocated once and re-used multiple times.
|
static int |
lz4.LZ4_setStreamDecode(LZ4StreamDecode LZ4_streamDecode,
String dictionary,
int dictSize) |
static int |
lz4.LZ4_setStreamDecode(LZ4StreamDecode LZ4_streamDecode,
String dictionary,
int dictSize) |
Copyright © 2022. All rights reserved.