Uses of Class
org.apache.poi.xwpf.converter.core.openxmlformats.ZipArchive

Packages that use ZipArchive
org.apache.poi.xwpf.converter.core.openxmlformats   
 

Uses of ZipArchive in org.apache.poi.xwpf.converter.core.openxmlformats
 

Methods in org.apache.poi.xwpf.converter.core.openxmlformats that return ZipArchive
 ZipArchive ZipArchive.createCopy()
          Create a copy of the ZipArchive.
static ZipArchive ZipArchive.readZip(InputStream sourceStream)
          Read zip from input stream and returns an instance of ZipArchive which cache each entry from the zip into a Map.
 

Methods in org.apache.poi.xwpf.converter.core.openxmlformats with parameters of type ZipArchive
static void ZipArchive.setEntry(ZipArchive archive, String entryName, InputStream input)
          Set the given input stream in the given entry of the document archive.
static void ZipArchive.writeEntry(ZipArchive archive, String entryName, OutputStream outputStream)
          Write the given entry from the document archive in the given output stream.
static void ZipArchive.writeZip(ZipArchive archive, OutputStream outputStream)
          Write XML document archive in the given output stream.
 



Copyright © 2014. All Rights Reserved.