Class SaveToZipFile

java.lang.Object
org.docx4j.openpackaging.io.SaveToZipFile

@Deprecated
public class SaveToZipFile
extends java.lang.Object
Deprecated.
Save a Package object to a Zip file or output stream Use org.docx4j.openpackaging.io3.Save instead, also available via Docx4J facade (since 3.0.2).
Author:
jharrop
  • Field Summary

    Fields 
    Modifier and Type Field Description
    OpcPackage p
    Deprecated.
     
  • Constructor Summary

    Constructors 
    Constructor Description
    SaveToZipFile​(OpcPackage p)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void addPartsFromRelationships​(java.util.zip.ZipOutputStream out, RelationshipsPart rp)
    Deprecated.
     
    boolean save​(java.io.File docxFile)
    Deprecated.
     
    boolean save​(java.io.OutputStream realOS)
    Deprecated.
     
    boolean save​(java.lang.String filepath)
    Deprecated.
     
    boolean saveFlatOPC​(java.io.OutputStream realOS)
    Deprecated.
     
    void savePart​(java.util.zip.ZipOutputStream out, Part part)
    Deprecated.
     
    protected void saveRawBinaryPart​(java.util.zip.ZipOutputStream out, Part part)
    Deprecated.
     
    void saveRawXmlPart​(java.util.zip.ZipOutputStream out, Part part)
    Deprecated.
     
    void saveRawXmlPart​(java.util.zip.ZipOutputStream out, Part part, java.lang.String zipEntryName)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait