Package | Description |
---|---|
org.bytedeco.lz4 | |
org.bytedeco.lz4.global | |
org.bytedeco.lz4.presets |
Modifier and Type | Method and Description |
---|---|
LZ4FPreferences |
LZ4FPreferences.autoFlush(int setter) |
LZ4FPreferences |
LZ4FPreferences.autoFlush(int setter) |
LZ4FPreferences |
LZ4FPreferences.compressionLevel(int setter) |
LZ4FPreferences |
LZ4FPreferences.compressionLevel(int setter) |
LZ4FPreferences |
LZ4FPreferences.favorDecSpeed(int setter) |
LZ4FPreferences |
LZ4FPreferences.favorDecSpeed(int setter) |
LZ4FPreferences |
LZ4FPreferences.frameInfo(LZ4FFrameInfo setter) |
LZ4FPreferences |
LZ4FPreferences.frameInfo(LZ4FFrameInfo setter) |
LZ4FPreferences |
LZ4FPreferences.getPointer(long i) |
LZ4FPreferences |
LZ4FPreferences.getPointer(long i) |
LZ4FPreferences |
LZ4FPreferences.position(long position) |
LZ4FPreferences |
LZ4FPreferences.position(long position) |
LZ4FPreferences |
LZ4FPreferences.reserved(int i,
int setter) |
LZ4FPreferences |
LZ4FPreferences.reserved(int i,
int setter) |
Modifier and Type | Method and Description |
---|---|
static long |
lz4.LZ4F_compressBegin(LZ4FCompressionContext cctx,
Pointer dstBuffer,
long dstCapacity,
LZ4FPreferences prefsPtr)
LZ4F_compressBegin() :
will write the frame header into dstBuffer.
|
static long |
lz4.LZ4F_compressBegin(LZ4FCompressionContext cctx,
Pointer dstBuffer,
long dstCapacity,
LZ4FPreferences prefsPtr)
LZ4F_compressBegin() :
will write the frame header into dstBuffer.
|
static long |
lz4.LZ4F_compressBound(long srcSize,
LZ4FPreferences prefsPtr)
LZ4F_compressBound() :
Provides minimum dstCapacity required to guarantee success of
LZ4F_compressUpdate(), given a srcSize and preferences, for a worst case scenario.
|
static long |
lz4.LZ4F_compressBound(long srcSize,
LZ4FPreferences prefsPtr)
LZ4F_compressBound() :
Provides minimum dstCapacity required to guarantee success of
LZ4F_compressUpdate(), given a srcSize and preferences, for a worst case scenario.
|
static long |
lz4.LZ4F_compressFrame(Pointer dstBuffer,
long dstCapacity,
Pointer srcBuffer,
long srcSize,
LZ4FPreferences preferencesPtr)
LZ4F_compressFrame() :
Compress an entire srcBuffer into a valid LZ4 frame.
|
static long |
lz4.LZ4F_compressFrame(Pointer dstBuffer,
long dstCapacity,
Pointer srcBuffer,
long srcSize,
LZ4FPreferences preferencesPtr)
LZ4F_compressFrame() :
Compress an entire srcBuffer into a valid LZ4 frame.
|
static long |
lz4.LZ4F_compressFrameBound(long srcSize,
LZ4FPreferences preferencesPtr)
LZ4F_compressFrameBound() :
Returns the maximum possible compressed size with LZ4F_compressFrame() given srcSize and preferences.
|
static long |
lz4.LZ4F_compressFrameBound(long srcSize,
LZ4FPreferences preferencesPtr)
LZ4F_compressFrameBound() :
Returns the maximum possible compressed size with LZ4F_compressFrame() given srcSize and preferences.
|
Modifier and Type | Method and Description |
---|---|
static LZ4FPreferences |
lz4.LZ4F_INIT_PREFERENCES(LZ4FPreferences pref)
Init the
LZ4FPreferences object with the default values. |
static LZ4FPreferences |
lz4.LZ4F_INIT_PREFERENCES(LZ4FPreferences pref)
Init the
LZ4FPreferences object with the default values. |
Modifier and Type | Method and Description |
---|---|
static LZ4FPreferences |
lz4.LZ4F_INIT_PREFERENCES(LZ4FPreferences pref)
Init the
LZ4FPreferences object with the default values. |
static LZ4FPreferences |
lz4.LZ4F_INIT_PREFERENCES(LZ4FPreferences pref)
Init the
LZ4FPreferences object with the default values. |
Copyright © 2022. All rights reserved.