Package net.runelite.cache.util
Interface LibBZip2
-
- All Superinterfaces:
com.sun.jna.Library
public interface LibBZip2 extends com.sun.jna.Library
-
-
Field Summary
Fields Modifier and Type Field Description static intBZ_FINISHstatic intBZ_FINISH_OKstatic intBZ_FLUSHstatic intBZ_FLUSH_OKstatic intBZ_OKstatic intBZ_RUNstatic intBZ_RUN_OKstatic intBZ_STREAM_ENDstatic LibBZip2INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intBZ2_bzCompress(BzStream stream, int action)intBZ2_bzCompressEnd(BzStream stream)intBZ2_bzCompressInit(BzStream stream, int blockSize100k, int verbosity, int workFactor)
-
-
-
Field Detail
-
INSTANCE
static final LibBZip2 INSTANCE
-
BZ_OK
static final int BZ_OK
- See Also:
- Constant Field Values
-
BZ_RUN_OK
static final int BZ_RUN_OK
- See Also:
- Constant Field Values
-
BZ_FLUSH_OK
static final int BZ_FLUSH_OK
- See Also:
- Constant Field Values
-
BZ_FINISH_OK
static final int BZ_FINISH_OK
- See Also:
- Constant Field Values
-
BZ_STREAM_END
static final int BZ_STREAM_END
- See Also:
- Constant Field Values
-
BZ_RUN
static final int BZ_RUN
- See Also:
- Constant Field Values
-
BZ_FLUSH
static final int BZ_FLUSH
- See Also:
- Constant Field Values
-
BZ_FINISH
static final int BZ_FINISH
- See Also:
- Constant Field Values
-
-