Packages

 

com.aspose.cad.fileformats.dwf

Class DwfZip

  • java.lang.Object
    • com.aspose.foundation.zip.ZipFile
      • com.aspose.cad.fileformats.dwf.DwfZip
  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.IDisposable, Iterable


    public class DwfZip
    extends com.aspose.foundation.zip.ZipFile

    Represents Zip-decompressor for DWF

    • Field Summary

      • Fields inherited from class com.aspose.foundation.zip.ZipFile

        AddProgress, DEFAULT_ENCODING, ExtractProgress, ReadProgress, SaveProgress, ZipError
    • Constructor Summary

      Constructors 
      Constructor and Description
      DwfZip(InputStream sourceStream)
      Initializes a new instance of the DwfZip class
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.ms.System.IO.Stream> extract()
      Extracts this instance.
      • Methods inherited from class com.aspose.foundation.zip.ZipFile

        addDirectory, addDirectory, addDirectoryByName, addEntry, addEntry, addEntry, addEntry, addFile, addFile, addFileFromStream, addFileFromString, addFiles, addFiles, addFiles, addFileStream, addItem, addItem, checkZip, checkZip, dispose, extract, extract, extract, extract, extract, extract, extract, extractAll, extractAll, extractAll, fixZipDirectory, get_Item, get_Item, getBufferSize, getCaseSensitiveRetrieval, getCodecBufferSize, getComment, getCompressionLevel, getCount, getEmitTimesInUnixFormatWhenSaving, getEmitTimesInWindowsFormatWhenSaving, getEncryption, getEntries, getEntryFileNames, getExtractExistingFile, getFlattenFoldersOnExtract, getForceNoCompression, getFullScan, getLibraryVersion, getName, getNewEnum, getOutputUsedZip64, getProvisionalAlternateEncoding, getRequiresZip64, getStatusMessageTextWriter, getStrategy, getTempFileFolder, getUseUnicodeAsNecessary, getUseZip64WhenSaving, getWantCompression, getZipErrorAction, initialize, isZipFile, isZipFile, isZipFile, iterator, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, removeEntries, removeEntry, removeEntry, save, save, save, seekFromOrigin, set_Item, set_Item, setBufferSize, setCaseSensitiveRetrieval, setCodecBufferSize, setComment, setCompressionLevel, setEmitTimesInUnixFormatWhenSaving, setEmitTimesInWindowsFormatWhenSaving, setEncryption, setExtractExistingFile, setFlattenFoldersOnExtract, setForceNoCompression, setFullScan, setName, setPassword, setProvisionalAlternateEncoding, setStatusMessageTextWriter, setStrategy, setTempFileFolder, setUseUnicodeAsNecessary, setUseZip64WhenSaving, setWantCompression, setZipErrorAction, toString, updateDirectory, updateDirectory, updateEntry, updateEntry, updateEntry, updateEntry, updateFile, updateFile, updateFiles, updateFiles, updateFileStream, updateItem, updateItem, willReadTwiceOnInflation, willReadTwiceOnInflation
    • Constructor Detail

      • DwfZip

        public DwfZip(InputStream sourceStream)

        Initializes a new instance of the DwfZip class

        Parameters:
        sourceStream - source stream
    • Method Detail

      • extract

        public final com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.ms.System.IO.Stream> extract()

        Extracts this instance.

        Returns:
        The entries dictionary.