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

A

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

B

blockSize - Variable in class com.github.luben.zstd.ZstdInputStream
 
blockSize - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 
blockSizeMax() - Static method in class com.github.luben.zstd.Zstd
 

C

chainLogMax() - Static method in class com.github.luben.zstd.Zstd
 
chainLogMin() - Static method in class com.github.luben.zstd.Zstd
 
close() - Method in class com.github.luben.zstd.ZstdInputStream
 
close() - Method in class com.github.luben.zstd.ZstdInputStreamV04
 
close() - Method in class com.github.luben.zstd.ZstdInputStreamV05
 
close() - Method in class com.github.luben.zstd.ZstdInputStreamV06
 
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
compressUsingDict(byte[], int, byte[], int, int, byte[], int) - Static method in class com.github.luben.zstd.Zstd
Compresses buffer 'src' into buffer 'dst' with dictionary.
compressUsingDict(byte[], byte[], byte[], int) - Static method in class com.github.luben.zstd.Zstd
Compresses buffer 'src' into buffer 'dst' with dictionary.
createDCtx() - Static method in class com.github.luben.zstd.ZstdInputStream
 
createDCtx() - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 
ctx - Variable in class com.github.luben.zstd.ZstdInputStream
 
ctx - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 

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
decompressBegin(long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
decompressBegin(long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 
decompressContinue(long, ByteBuffer, long, long, byte[], long, long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
decompressContinue(long, ByteBuffer, long, long, byte[], long, long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 
decompressUsingDict(byte[], int, byte[], int, int, byte[]) - Static method in class com.github.luben.zstd.Zstd
Decompresses buffer 'src' into buffer 'dst' with dictionary.
decompressUsingDict(byte[], byte[], byte[]) - Static method in class com.github.luben.zstd.Zstd
Decompresses buffer 'src' into buffer 'dst' with dictionary.

F

findBlockSize(byte[], long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
findBlockSize(byte[], long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 
findOBuffSize(byte[], long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
findOBuffSize(byte[], long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 
flush() - Method in class com.github.luben.zstd.ZstdOutputStream
Flushes the output Caveat: it will flush only the completed blocks
frameHeaderSizeMax() - Static method in class com.github.luben.zstd.Zstd
 
frameHeaderSizeMin() - Static method in class com.github.luben.zstd.Zstd
 
freeDCtx(long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
freeDCtx(long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 

G

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

H

hashLogMax() - Static method in class com.github.luben.zstd.Zstd
 
hashLogMin() - Static method in class com.github.luben.zstd.Zstd
 

I

iBuff - Variable in class com.github.luben.zstd.ZstdInputStream
 
iBuff - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 
isError(long) - Static method in class com.github.luben.zstd.Zstd
Error handling
isLoaded() - Static method in enum com.github.luben.zstd.util.Native
 

L

legacy - Variable in class com.github.luben.zstd.ZstdInputStream
 
load() - Static method in enum com.github.luben.zstd.util.Native
 

M

MAGIC_BASE - Static variable in class com.github.luben.zstd.ZstdInputStream
 
magicNumber() - Static method in class com.github.luben.zstd.Zstd
Constants from the zstd_static header
markSupported() - Method in class com.github.luben.zstd.ZstdInputStream
 
markSupported() - Method in class com.github.luben.zstd.ZstdInputStreamV04
 
markSupported() - Method in class com.github.luben.zstd.ZstdInputStreamV05
 
markSupported() - Method in class com.github.luben.zstd.ZstdInputStreamV06
 

N

Native - Enum in com.github.luben.zstd.util
 
nextSrcSizeToDecompress(long) - Static method in class com.github.luben.zstd.ZstdInputStream
 
nextSrcSizeToDecompress(long) - Static method in class com.github.luben.zstd.ZstdInputStreamV06
 

O

oBuff - Variable in class com.github.luben.zstd.ZstdInputStream
 
oBuff - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 
oBuffSize - Variable in class com.github.luben.zstd.ZstdInputStream
 
oBuffSize - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 
oEnd - Variable in class com.github.luben.zstd.ZstdInputStream
 
oEnd - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 
oPos - Variable in class com.github.luben.zstd.ZstdInputStream
 
oPos - Variable in class com.github.luben.zstd.ZstdInputStreamV06
 

R

read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdContinuousInputStream
 
read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStream
 
read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV04
 
read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV05
 
read(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV06
 
read_truncated(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV04
 
read_truncated(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV05
 
read_truncated(byte[], int, int) - Method in class com.github.luben.zstd.ZstdInputStreamV06
 

S

searchLengthMax() - Static method in class com.github.luben.zstd.Zstd
 
searchLengthMin() - Static method in class com.github.luben.zstd.Zstd
 
searchLogMax() - Static method in class com.github.luben.zstd.Zstd
 
searchLogMin() - Static method in class com.github.luben.zstd.Zstd
 
skip(long) - Method in class com.github.luben.zstd.ZstdInputStream
 
skip(long) - Method in class com.github.luben.zstd.ZstdInputStreamV04
 
skip(long) - Method in class com.github.luben.zstd.ZstdInputStreamV05
 
skip(long) - Method in class com.github.luben.zstd.ZstdInputStreamV06
 

T

targetLengthMax() - Static method in class com.github.luben.zstd.Zstd
 
targetLengthMin() - Static method in class com.github.luben.zstd.Zstd
 
trainFromBuffer(byte[][], byte[]) - Static method in class com.github.luben.zstd.Zstd
Creates a new dictionary to tune a kind of samples

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

windowLogMax() - Static method in class com.github.luben.zstd.Zstd
 
windowLogMin() - Static method in class com.github.luben.zstd.Zstd
 
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
 
ZstdContinuousInputStream - Class in com.github.luben.zstd
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression.
ZstdContinuousInputStream(InputStream) - Constructor for class com.github.luben.zstd.ZstdContinuousInputStream
 
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
 
ZstdInputStreamV04 - Class in com.github.luben.zstd
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression.
ZstdInputStreamV04(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV04
 
ZstdInputStreamV05 - Class in com.github.luben.zstd
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression.
ZstdInputStreamV05(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV05
 
ZstdInputStreamV06 - Class in com.github.luben.zstd
InputStream filter that decompresses the data provided by the underlying InputStream using Zstd compression.
ZstdInputStreamV06(InputStream, byte[], int) - Constructor for class com.github.luben.zstd.ZstdInputStreamV06
 
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 B C D F G H I L M N O R S T V W Z 
Skip navigation links