Package
Class
Tree
Deprecated
Index
Help
IP*Works! ZIP V8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
O
P
R
S
T
U
Z
S
scan(javax.servlet.http.HttpServletRequest)
- Method in class ipworkszip.
Gzip
Scans the compressed archive.
scan(javax.servlet.http.HttpServletRequest)
- Method in class ipworkszip.
Jar
Scans the compressed archive.
scan(javax.servlet.http.HttpServletRequest)
- Method in class ipworkszip.
Tar
Scans the compressed archive.
scan(javax.servlet.http.HttpServletRequest)
- Method in class ipworkszip.
Zip
Scans the compressed archive.
setArchiveFile(String)
- Method in class ipworkszip.
Gzip
The name of the zip, gzip, tar, or jar archive.
setArchiveFile(String)
- Method in class ipworkszip.
Jar
The name of the zip, gzip, tar, or jar archive.
setArchiveFile(String)
- Method in class ipworkszip.
Tar
The name of the zip, gzip, tar, or jar archive.
setArchiveFile(String)
- Method in class ipworkszip.
Zip
The name of the zip, gzip, tar, or jar archive.
setArchiveInputStream(InputStream)
- Method in class ipworkszip.
Gzip
The stream to read the zip, tar, jar, or gzip archive from.
setArchiveInputStream(InputStream)
- Method in class ipworkszip.
Jar
The stream to read the zip, tar, jar, or gzip archive from.
setArchiveInputStream(InputStream)
- Method in class ipworkszip.
Tar
The stream to read the zip, tar, jar, or gzip archive from.
setArchiveInputStream(InputStream)
- Method in class ipworkszip.
Zip
The stream to read the zip, tar, jar, or gzip archive from.
setArchiveOutputStream(OutputStream)
- Method in class ipworkszip.
Gzip
The stream to write the zip, tar, jar, or gzip archive to.
setArchiveOutputStream(OutputStream)
- Method in class ipworkszip.
Jar
The stream to write the zip, tar, jar, or gzip archive to.
setArchiveOutputStream(OutputStream)
- Method in class ipworkszip.
Tar
The stream to write the zip, tar, jar, or gzip archive to.
setArchiveOutputStream(OutputStream)
- Method in class ipworkszip.
Zip
The stream to write the zip, tar, jar, or gzip archive to.
setAttributes(int)
- Method in class ipworkszip.
ZIPFile
setCloseBaseStream(boolean)
- Method in class ipworkszip.
Zipstream
Whether or not to close the underlying stream.
setComment(String)
- Method in class ipworkszip.
ZIPFile
setCompressedDate(long)
- Method in class ipworkszip.
JARFile
setCompressedDate(long)
- Method in class ipworkszip.
TARFile
setCompressedDate(long)
- Method in class ipworkszip.
ZIPFile
setCompressedName(String)
- Method in class ipworkszip.
JARFile
setCompressedName(String)
- Method in class ipworkszip.
TARFile
setCompressedName(String)
- Method in class ipworkszip.
ZIPFile
setCompressionLevel(int)
- Method in class ipworkszip.
Gzip
The compression level to use.
setCompressionLevel(int)
- Method in class ipworkszip.
Jar
The compression level to use.
setCompressionLevel(int)
- Method in class ipworkszip.
Zip
The compression level to use.
setCompressionLevel(int)
- Method in class ipworkszip.
Zipstream
The compression level to use.
setCompressionMethod(int)
- Method in class ipworkszip.
Gzip
The compression method for the bean to use.
setDecompressedName(String)
- Method in class ipworkszip.
JARFile
setDecompressedName(String)
- Method in class ipworkszip.
TARFile
setDecompressedName(String)
- Method in class ipworkszip.
ZIPFile
setEncryptionAlgorithm(int)
- Method in class ipworkszip.
Zip
The algorithm used to encrypt files written to the archive.
setEncryptionAlgorithm(int)
- Method in class ipworkszip.
ZIPFile
setExcludedFiles(String)
- Method in class ipworkszip.
Jar
A list of files to exclude.
setExcludedFiles(String)
- Method in class ipworkszip.
Tar
A list of files to exclude.
setExcludedFiles(String)
- Method in class ipworkszip.
Zip
A list of files to exclude.
setExtractToPath(String)
- Method in class ipworkszip.
Gzip
A base path to decompress to.
setExtractToPath(String)
- Method in class ipworkszip.
Jar
A base path to decompress to.
setExtractToPath(String)
- Method in class ipworkszip.
Tar
A base path to decompress to.
setExtractToPath(String)
- Method in class ipworkszip.
Zip
A base path to decompress to.
setFileCompressedName(String)
- Method in class ipworkszip.
Gzip
Filename, as stored inside of the archive.
setFileDecompressedName(String)
- Method in class ipworkszip.
Gzip
File name to decompress to, or compress from.
setFileInputStream(InputStream)
- Method in class ipworkszip.
Gzip
The input stream to read the decompressed data from.
setHardLinkName(String)
- Method in class ipworkszip.
TARFile
setInputStream(InputStream)
- Method in class ipworkszip.
JARFile
setInputStream(InputStream)
- Method in class ipworkszip.
ZIPFile
setManifestFile(String)
- Method in class ipworkszip.
Jar
The name of the manifest file.
setOverwriteFiles(boolean)
- Method in class ipworkszip.
Jar
Whether or not to overwrite files.
setOverwriteFiles(boolean)
- Method in class ipworkszip.
Tar
Whether or not to overwrite files.
setOverwriteFiles(boolean)
- Method in class ipworkszip.
Zip
Whether or not to overwrite files.
setPassword(String)
- Method in class ipworkszip.
Zip
A password for the zip archive.
setPassword(String)
- Method in class ipworkszip.
ZIPFile
setPermissions(String)
- Method in class ipworkszip.
TARFile
setRecurseSubdirectories(boolean)
- Method in class ipworkszip.
Jar
Whether or not to recurse into subdirectories.
setRecurseSubdirectories(boolean)
- Method in class ipworkszip.
Tar
Whether or not to recurse into subdirectories.
setRecurseSubdirectories(boolean)
- Method in class ipworkszip.
Zip
Whether or not to recurse into subdirectories.
setStreamFormat(int)
- Method in class ipworkszip.
Zipstream
The stream format to use.
setSymLinkName(String)
- Method in class ipworkszip.
TARFile
setUseGzipCompression(boolean)
- Method in class ipworkszip.
Tar
Whether or not to use gzip compression.
setZipComment(String)
- Method in class ipworkszip.
Zip
The comment for the entire zip file.
setZipData(byte[])
- Method in class ipworkszip.
Zip
(Decompression only) The zip file contents as a byte array.
sfDeflate
- Static variable in class ipworkszip.
Zipstream
sfGzip
- Static variable in class ipworkszip.
Zipstream
sfZlib
- Static variable in class ipworkszip.
Zipstream
skip
- Variable in class ipworkszip.
GzipBeginFileEvent
skip
- Variable in class ipworkszip.
JarBeginFileEvent
skip
- Variable in class ipworkszip.
TarBeginFileEvent
skip
- Variable in class ipworkszip.
ZipBeginFileEvent
Package
Class
Tree
Deprecated
Index
Help
IP*Works! ZIP V8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
O
P
R
S
T
U
Z
Copyright (c) 2009 /n software inc. - All rights reserved.