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
S
setComment(String)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the entry comment.
setComment(String)
- Method in class net.sf.jazzlib.
ZipOutputStream
Set the zip file comment.
setCompressedSize(long)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the size of the compressed data.
setCrc(long)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the crc of the uncompressed data.
setDictionary(byte[])
- Method in class net.sf.jazzlib.
Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[], int, int)
- Method in class net.sf.jazzlib.
Deflater
Sets the dictionary which should be used in the deflate process.
setDictionary(byte[])
- Method in class net.sf.jazzlib.
Inflater
Sets the preset dictionary.
setDictionary(byte[], int, int)
- Method in class net.sf.jazzlib.
Inflater
Sets the preset dictionary.
setExtra(byte[])
- Method in class net.sf.jazzlib.
ZipEntry
Sets the extra data.
setInput(byte[])
- Method in class net.sf.jazzlib.
Deflater
Sets the data which should be compressed next.
setInput(byte[], int, int)
- Method in class net.sf.jazzlib.
Deflater
Sets the data which should be compressed next.
setInput(byte[])
- Method in class net.sf.jazzlib.
Inflater
Sets the input.
setInput(byte[], int, int)
- Method in class net.sf.jazzlib.
Inflater
Sets the input.
setLevel(int)
- Method in class net.sf.jazzlib.
Deflater
Sets the compression level.
setLevel(int)
- Method in class net.sf.jazzlib.
ZipOutputStream
Sets default compression level.
setMethod(int)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the compression method.
setMethod(int)
- Method in class net.sf.jazzlib.
ZipOutputStream
Sets default compression method.
setSize(long)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the size of the uncompressed data.
setStrategy(int)
- Method in class net.sf.jazzlib.
Deflater
Sets the compression strategy.
setTime(long)
- Method in class net.sf.jazzlib.
ZipEntry
Sets the time of last modification of the entry.
size()
- Method in class net.sf.jazzlib.
ZipFile
Returns the number of entries in this zip file.
skip(long)
- Method in class java13.io.
FilterInputStream
Skips over and discards
n
bytes of data from the input stream.
skip(long)
- Method in class net.sf.jazzlib.
CheckedInputStream
Skips n bytes by reading them in a temporary buffer and updating the the checksum with that buffer.
skip(long)
- Method in class net.sf.jazzlib.
InflaterInputStream
Skip specified number of bytes of uncompressed data
STORED
- Static variable in class net.sf.jazzlib.
ZipEntry
Compression method.
STORED
- Static variable in class net.sf.jazzlib.
ZipOutputStream
Compression method.
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