|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrueZip
Generic interface to manipulate recognizable archives
| Method Summary | |
|---|---|
void |
copy(TrueZipFileSet oneFileSet)
Copy a set of file to another archive using FileSet configuration |
void |
copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
Copy a file or archive to another destination. |
List<de.schlichtherle.truezip.file.TFile> |
list(TrueZipFileSet fileSet)
List the file from FileSet's configuration |
void |
move(TrueZipFileSet oneFileSet)
Move a set of files from one archive to another |
void |
moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
Copy a file for MOJO |
void |
remove(TrueZipFileSet oneFileSet)
Remove a set of files from the archive setup |
void |
sync()
Global sync |
void |
sync(de.schlichtherle.truezip.file.TFile file)
Selectively sync |
| Method Detail |
|---|
List<de.schlichtherle.truezip.file.TFile> list(TrueZipFileSet fileSet)
fileSet -
void copy(TrueZipFileSet oneFileSet)
throws IOException
oneFileSet -
IOException
void copyFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
source - dest -
IOException
void moveFile(de.schlichtherle.truezip.file.TFile source,
de.schlichtherle.truezip.file.TFile dest)
throws IOException
source - dest -
IOException
void move(TrueZipFileSet oneFileSet)
throws IOException
oneFileSet - - The archive setup
IOException
void remove(TrueZipFileSet oneFileSet)
throws IOException
oneFileSet - - the archive setup
IOException
void sync()
throws de.schlichtherle.truezip.fs.FsSyncException
de.schlichtherle.truezip.fs.FsSyncException
void sync(de.schlichtherle.truezip.file.TFile file)
throws de.schlichtherle.truezip.fs.FsSyncException
file -
de.schlichtherle.truezip.fs.FsSyncException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||