public class XJDFZipReader extends Object implements IStreamWriter
Constructor and Description |
---|
XJDFZipReader(File inFile) |
XJDFZipReader(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) |
Vector<XMLDoc> |
getXJDFs() |
XMLDoc |
getXJMF() |
void |
setConverter(XJDFToJDFConverter converter) |
protected void |
setNewJMF(JDFDoc newJMF) |
void |
setPath(String path) |
String |
toString() |
void |
writeStream(OutputStream os)
write myself to a stream
|
public XJDFZipReader(InputStream inStream)
public XJDFZipReader(ZipReader zipReader)
public XJDFZipReader(File inFile)
public void setPath(String path)
path
- the path to setpublic void writeStream(OutputStream os) throws IOException
IStreamWriter
writeStream
in interface IStreamWriter
os
- the output streamIOException
- if io snafu...public void convert()
public XMLDoc getXJDF(int i)
public void convertXJDF()
public XMLDoc getXJMF()
public String toString()
toString
in class Object
Object.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 setCopyright © 2018. All rights reserved.