Package org.docx4j.openpackaging.io3.stores

  • Interface Summary 
    Interface Description
    PartStore
    A PartStore is a connection to a repository for a particular document/package, enabling it to be loaded or saved.
  • Class Summary 
    Class Description
    UnzippedPartStore
    Load an unzipped package from the file system; save it to some output stream.
    ZipPartStore
    Load a zipped up package from a file or input stream; save it to some output stream.
    ZipPartStore.ByteArray