Class InMemoryZipImport


  • public class InMemoryZipImport
    extends ZipImport
    This is an import utilities that imports documents stored in a zip archive. The entire import process is followed in memory, to replicate correctly the names of directories and documents when they contain native characters. All folders in the zip will be replicated. Also, if required the parsing of documents is executed for the extraction of the tags of the documents.
    Since:
    4.5.2
    Author:
    Alessandro Gasparini - LogicalDOC
    • Constructor Detail

      • InMemoryZipImport

        public InMemoryZipImport​(Document docVo,
                                 String charset)