|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchiveException | |
---|---|
com.jscape.zip | Contains classes for performing archive compression and decompression using ZIP and GZIP protocols. |
Uses of ArchiveException in com.jscape.zip |
---|
Methods in com.jscape.zip that throw ArchiveException | |
---|---|
void |
Archive.compress(java.io.File file)
Compresses a file. |
void |
Zip.compress(java.io.File file)
Creates a new ZIP archive. |
void |
Gzip.compress(java.io.File file)
GZIP the input file. |
void |
Archive.compress(java.io.File file,
java.io.File output)
Compress a file or directory and store to output file |
void |
Zip.compress(java.io.File file,
java.io.File targetPath)
Creates a new ZIP archive. |
void |
Gzip.compress(java.io.File file,
java.io.File output)
GZIP the input file to specified output file or directory. |
void |
Zip.compress(java.io.File output,
java.util.Vector files)
Compresses list of files to specified output file. |
void |
Archive.decompress(java.io.File file)
Decompress a file into current directory |
void |
Zip.decompress(java.io.File file)
Decompress all the files in given ZIP archive. |
void |
Gzip.decompress(java.io.File file)
GUNZIP the input archive. |
void |
Archive.decompress(java.io.File file,
java.io.File output)
Decompress a file and stores to output file or directory |
void |
Zip.decompress(java.io.File file,
java.io.File output)
Decompress all the files in given ZIP archive. |
void |
Gzip.decompress(java.io.File file,
java.io.File output)
GUNZIP the input archive to specified output directory. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |