Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
Z
D
DataFormatException
- Exception in
net.sf.jazzlib
Exception thrown when compressed data is corrupt.
DataFormatException()
- Constructor for exception net.sf.jazzlib.
DataFormatException
Create an exception without a message.
DataFormatException(String)
- Constructor for exception net.sf.jazzlib.
DataFormatException
Create an exception with a message.
def
- Variable in class net.sf.jazzlib.
DeflaterOutputStream
The deflater which is used to deflate the stream.
DEFAULT_COMPRESSION
- Static variable in class net.sf.jazzlib.
Deflater
The default compression level.
DEFAULT_STRATEGY
- Static variable in class net.sf.jazzlib.
Deflater
The default strategy.
defDistTree
- Static variable in class net.sf.jazzlib.
InflaterHuffmanTree
deflate(byte[])
- Method in class net.sf.jazzlib.
Deflater
Deflates the current input block to the given array.
deflate(byte[], int, int)
- Method in class net.sf.jazzlib.
Deflater
Deflates the current input block to the given array.
deflate()
- Method in class net.sf.jazzlib.
DeflaterOutputStream
Deflates everything in the def's input buffers.
DEFLATED
- Static variable in class net.sf.jazzlib.
Deflater
The compression method.
DEFLATED
- Static variable in class net.sf.jazzlib.
ZipEntry
Compression method.
DEFLATED
- Static variable in class net.sf.jazzlib.
ZipOutputStream
Compression method.
Deflater
- Class in
net.sf.jazzlib
This is the Deflater class.
Deflater()
- Constructor for class net.sf.jazzlib.
Deflater
Creates a new deflater with default compression level.
Deflater(int)
- Constructor for class net.sf.jazzlib.
Deflater
Creates a new deflater with given compression level.
Deflater(int, boolean)
- Constructor for class net.sf.jazzlib.
Deflater
Creates a new deflater with given compression level.
DeflaterOutputStream
- Class in
net.sf.jazzlib
This is a special FilterOutputStream deflating the bytes that are written through it.
DeflaterOutputStream(OutputStream)
- Constructor for class net.sf.jazzlib.
DeflaterOutputStream
Creates a new DeflaterOutputStream with a default Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater)
- Constructor for class net.sf.jazzlib.
DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int)
- Constructor for class net.sf.jazzlib.
DeflaterOutputStream
Creates a new DeflaterOutputStream with the given Deflater and buffer size.
defLitLenTree
- Static variable in class net.sf.jazzlib.
InflaterHuffmanTree
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
Z