public class XJDFZipWriter extends Object implements IStreamWriter
| Constructor and Description |
|---|
XJDFZipWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAux(String path,
InputStream inStream) |
void |
addXJDF(XJDFHelper xjdf) |
protected String |
getXJDFPath(int i) |
void |
setXjmf(XJMFHelper xjmf) |
String |
toString() |
void |
writeStream(OutputStream os)
write myself to a stream
|
public void setXjmf(XJMFHelper xjmf)
xjmf - the xjmf to setpublic void addXJDF(XJDFHelper xjdf)
xjdf - the xjdf to addpublic void addAux(String path, InputStream inStream)
path - the local path where we want the stream copy in the zip fileinStream - the stream...protected String getXJDFPath(int i)
public void writeStream(OutputStream os) throws IOException
IStreamWriterwriteStream in interface IStreamWriteros - the output streamIOException - if io snafu...public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.