public class XJDFZipReader extends java.lang.Object implements IStreamWriter
| Constructor and Description |
|---|
XJDFZipReader(java.io.File inFile) |
XJDFZipReader(java.io.InputStream inStream) |
XJDFZipReader(ZipReader zipReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
void |
convertXJDF() |
XJDFToJDFConverter |
getConverter() |
JDFNode |
getJDFRoot() |
JDFJMF |
getJMFRoot() |
XMLDoc |
getXJDF(int i) |
java.util.Vector<XMLDoc> |
getXJDFs() |
XMLDoc |
getXJMF() |
void |
setConverter(XJDFToJDFConverter converter) |
protected void |
setNewJMF(JDFDoc newJMF) |
void |
setPath(java.lang.String path) |
java.lang.String |
toString() |
void |
writeStream(java.io.OutputStream os)
write myself to a stream
|
public XJDFZipReader(java.io.InputStream inStream)
public XJDFZipReader(ZipReader zipReader)
public XJDFZipReader(java.io.File inFile)
public void setPath(java.lang.String path)
path - the path to setpublic void writeStream(java.io.OutputStream os)
throws java.io.IOException
IStreamWriterwriteStream in interface IStreamWriteros - the output streamjava.io.IOException - if io snafu...public void convert()
public XMLDoc getXJDF(int i)
public java.util.Vector<XMLDoc> getXJDFs()
public void convertXJDF()
public XMLDoc getXJMF()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public JDFNode getJDFRoot()
public JDFJMF getJMFRoot()
public XJDFToJDFConverter getConverter()
public void setConverter(XJDFToJDFConverter converter)
converter - protected void setNewJMF(JDFDoc newJMF)
newJMF - the newJMF to set