com.myJava.file.archive
Class ArchiveWriter
java.lang.Object
com.myJava.file.archive.ArchiveWriter
public class ArchiveWriter
- extends java.lang.Object
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveWriter
public ArchiveWriter(ArchiveAdapter adapter)
throws java.io.IOException
- Throws:
java.io.IOException
addFile
public void addFile(java.io.File file,
java.lang.String fullName,
TaskMonitor monitor)
throws java.io.IOException,
TaskCancelledException
- Throws:
java.io.IOException
TaskCancelledException
addFile
public void addFile(java.io.File file,
TaskMonitor monitor)
throws java.io.IOException,
TaskCancelledException
- Throws:
java.io.IOException
TaskCancelledException
addFile
public void addFile(java.lang.String file,
java.lang.String fullName)
throws java.io.IOException
- Throws:
java.io.IOException
addFile
public void addFile(java.lang.String file,
java.lang.String fullName,
TaskMonitor monitor)
throws java.io.IOException,
TaskCancelledException
- Throws:
java.io.IOException
TaskCancelledException
addFile
public void addFile(java.lang.String file)
throws java.io.IOException
- Throws:
java.io.IOException
addFile
public void addFile(java.lang.String file,
TaskMonitor monitor)
throws java.io.IOException,
TaskCancelledException
- Throws:
java.io.IOException
TaskCancelledException
getAdapter
public ArchiveAdapter getAdapter()
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException