Class LZ4Frame

java.lang.Object
org.lwjgl.util.lz4.LZ4Frame

public class LZ4Frame extends Object
Native bindings to the frame API of LZ4.

LZ4F is a stand-alone API to create LZ4-compressed frames conformant with specification v1.6.1. It also offers streaming capabilities. lz4.h is not required when using lz4frame.h, except to get constant such as VERSION_NUMBER.