Uses of Class
fr.opensagres.xdocreport.core.io.XDocArchive

Packages that use XDocArchive
fr.opensagres.xdocreport.core.io   
 

Uses of XDocArchive in fr.opensagres.xdocreport.core.io
 

Methods in fr.opensagres.xdocreport.core.io that return XDocArchive
 XDocArchive XDocArchive.createCopy()
          Create a copy of the XDocArchive.
static XDocArchive XDocArchive.readZip(InputStream sourceStream)
          Read zip from input stream and returns an instance of XDocArchive which cache each entry from the zip into a Map.
 

Methods in fr.opensagres.xdocreport.core.io with parameters of type XDocArchive
static InputStream XDocArchive.getInputStream(XDocArchive archive)
          Returns the input stream of the given XDocArchive.
static void XDocArchive.setEntry(XDocArchive archive, String entryName, InputStream input)
          Set the given input stream in the given entry of the document archive.
static void XDocArchive.writeEntry(XDocArchive archive, String entryName, OutputStream outputStream)
          Write the given entry from the document archive in the given output stream.
static void XDocArchive.writeZip(XDocArchive archive, OutputStream outputStream)
          Write XML document archive in the given output stream.
 



Copyright © 2013. All Rights Reserved.