JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
I
L
M
N
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
B
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.
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
frameHeaderSizeMax()
- Static method in class com.github.luben.zstd.
Zstd
frameHeaderSizeMin()
- Static method in class com.github.luben.zstd.
Zstd
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
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
load()
- Static method in enum com.github.luben.zstd.util.
Native
M
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
N
Native
- Enum in
com.github.luben.zstd.util
R
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
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
T
targetLengthMax()
- Static method in class com.github.luben.zstd.
Zstd
targetLengthMin()
- Static method in class com.github.luben.zstd.
Zstd
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
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
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
R
S
T
V
W
Z
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes