public class LZ4 extends Object
| Constructor and Description |
|---|
LZ4() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compress(byte[] src,
byte[] dst) |
static int |
compress(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length) |
static int |
compress(ByteBuffer src,
ByteBuffer dst) |
static int |
compressBound(int size) |
static int |
decompress(byte[] src,
byte[] dst) |
static int |
decompress(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length) |
static int |
decompress(ByteBuffer src,
ByteBuffer dst) |
public static int compressBound(int size)
public static int compress(byte[] src,
byte[] dst)
public static int compress(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length)
public static int compress(ByteBuffer src, ByteBuffer dst)
public static int decompress(byte[] src,
byte[] dst)
public static int decompress(byte[] src,
int srcOffset,
byte[] dst,
int dstOffset,
int length)
public static int decompress(ByteBuffer src, ByteBuffer dst)
Copyright © 2019. All rights reserved.