public final class QuickLZ extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
QLZ_COMPRESSION_LEVEL |
int |
QLZ_MEMORY_SAFE |
int |
QLZ_STREAMING_BUFFER |
int |
QLZ_VERSION_MAJOR |
int |
QLZ_VERSION_MINOR |
int |
QLZ_VERSION_REVISION |
| Constructor and Description |
|---|
QuickLZ() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
compress(byte[] source) |
static byte[] |
decompress(byte[] source) |
static long |
sizeCompressed(byte[] source) |
static long |
sizeDecompressed(byte[] source) |
public final int QLZ_COMPRESSION_LEVEL
public final int QLZ_STREAMING_BUFFER
public final int QLZ_MEMORY_SAFE
public final int QLZ_VERSION_MAJOR
public final int QLZ_VERSION_MINOR
public final int QLZ_VERSION_REVISION
Copyright © 2016. All Rights Reserved.