public class ConverterArchive extends java.lang.Object implements Diagnosable
Constructor and Description |
---|
ConverterArchive() |
Modifier and Type | Method and Description |
---|---|
void |
closeArchiveforInsert() |
void |
closeArchiveforRead() |
Diagnosable |
getDiagnosable() |
void |
insertObj(java.lang.Object obj,
java.lang.String entryName)
entryName is the name of the obj inside the zip file, include directory
|
void |
insertObjtoFile(java.lang.String directory,
java.lang.String filename,
java.lang.Object obj) |
void |
insertSingleObj(java.lang.String zipName,
java.lang.Object obj,
java.lang.String entryName)
entryName is the name of the obj inside the zip file, include directory
zipName is the name of the zip file.
|
void |
openArchiveforInsert(java.lang.String zipName) |
void |
openArchiveforRead() |
java.lang.Object |
readObj(java.lang.String entryName) |
java.lang.Object |
readObj(java.lang.String zipName,
java.lang.String entryName)
entryName is the name of the obj inside the zip file, include directory
zipName is the name of the zip file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
begin, beginCurrentSql, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debugp, end, endCurrentSql, format, isDebugEnabled, isDiagnoseFirstFailureEnabled, isLoggable, isSensitiveEnabled, onClose, propertyChange, resumeLogging, secure, suspendLogging, trace, tracep
public void openArchiveforInsert(java.lang.String zipName)
zipName
- is the name of the zip file. May include directorypublic void closeArchiveforInsert()
public void insertObj(java.lang.Object obj, java.lang.String entryName)
public void insertSingleObj(java.lang.String zipName, java.lang.Object obj, java.lang.String entryName) throws java.io.IOException
java.io.IOException
public void insertObjtoFile(java.lang.String directory, java.lang.String filename, java.lang.Object obj) throws java.io.IOException
java.io.IOException
public void openArchiveforRead()
public void closeArchiveforRead()
public java.lang.Object readObj(java.lang.String entryName)
public java.lang.Object readObj(java.lang.String zipName, java.lang.String entryName)
public Diagnosable getDiagnosable()
getDiagnosable
in interface Diagnosable