Skip navigation links
A C D F G I L M N R S V W Z 

A

available() - Method in class com.github.luben.zstd.ZstdInputStream
 

C

close() - Method in class com.github.luben.zstd.ZstdInputStream
 
close() - Method in class com.github.luben.zstd.ZstdOutputStream
 
com.github.luben.zstd - package com.github.luben.zstd
 
com.github.luben.zstd.util - package com.github.luben.zstd.util
 
compress(byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
Compresses buffer 'src' into buffer 'dst'.
compress(byte[], int) - Static method in class com.github.luben.zstd.Zstd
Compresses the data in buffer 'src'
compress(byte[]) - Static method in class com.github.luben.zstd.Zstd
Compresses the data in buffer 'src' using defaul compression level
compressBound(long) - Static method in class com.github.luben.zstd.Zstd
Maximum size of the compressed data

D

decompress(byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
Decompresses buffer 'src' into buffer 'dst'.
decompress(byte[], int) - Static method in class com.github.luben.zstd.Zstd
Decompress data

F

flush() - Method in class com.github.luben.zstd.ZstdOutputStream
Flushes the output Caveat: it will flush only the completed blocks

G

getErrorName(long) - Static method in class com.github.luben.zstd.Zstd
 

I

isError(long) - Static method in class com.github.luben.zstd.Zstd
 
isLoaded() - Static method in enum com.github.luben.zstd.util.Native
 

L

load() - Static method in enum com.github.luben.zstd.util.Native
 

M

markSupported() - Method in class com.github.luben.zstd.ZstdInputStream
 

N

Native - Enum in com.github.luben.zstd.util
 

R

read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStream
 

S

skip(long) - Method in class com.github.luben.zstd.ZstdInputStream
 

V

valueOf(String) - Static method in enum com.github.luben.zstd.util.Native
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.luben.zstd.util.Native
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[], int, int) - Method in class com.github.luben.zstd.ZstdOutputStream
 

Z

Zstd - Class in com.github.luben.zstd
 
Zstd() - Constructor for class com.github.luben.zstd.Zstd
 
ZstdInputStream - Class in com.github.luben.zstd
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression.
ZstdInputStream(InputStream) - Constructor for class com.github.luben.zstd.ZstdInputStream
 
ZstdOutputStream - Class in com.github.luben.zstd
OutputStream filter that compresses the data using Zstd compression Caveat: flush method with flush only the completed blocks of 128KB size to the output
ZstdOutputStream(OutputStream, int) - Constructor for class com.github.luben.zstd.ZstdOutputStream
 
ZstdOutputStream(OutputStream) - Constructor for class com.github.luben.zstd.ZstdOutputStream
 
A C D F G I L M N R S V W Z 
Skip navigation links