Uses of Class
fr.opensagres.xdocreport.core.io.XDocArchive
Packages that use XDocArchive
-
Uses of XDocArchive in fr.opensagres.xdocreport.core.io
Methods in fr.opensagres.xdocreport.core.io that return XDocArchiveModifier and TypeMethodDescriptionXDocArchive.createCopy()Create a copy of theXDocArchive.static XDocArchiveXDocArchive.readZip(InputStream sourceStream) Read zip from input stream and returns an instance ofXDocArchivewhich cache each entry from the zip into a Map.Methods in fr.opensagres.xdocreport.core.io with parameters of type XDocArchiveModifier and TypeMethodDescriptionstatic InputStreamXDocArchive.getInputStream(XDocArchive archive) Returns the input stream of the givenXDocArchive.static voidXDocArchive.setEntry(XDocArchive archive, String entryName, InputStream input) Set the given input stream in the given entry of the document archive.static voidXDocArchive.writeEntry(XDocArchive archive, String entryName, OutputStream outputStream) Write the given entry from the document archive in the given output stream.static voidXDocArchive.writeZip(XDocArchive archive, OutputStream outputStream) Write XML document archive in the given output stream.