Uses of Interface
com.e1c.g5.v8.fastzip.entry.IFzipEntryRegistry
-
Packages that use IFzipEntryRegistry Package Description com.e1c.g5.v8.fastzip This package provides support for FastZIP archive format.com.e1c.g5.v8.fastzip.entry.fs -
-
Uses of IFzipEntryRegistry in com.e1c.g5.v8.fastzip
Classes in com.e1c.g5.v8.fastzip that implement IFzipEntryRegistry Modifier and Type Class Description static classFzipIoTest.MultiReadEntryRegistryclassStaticEntryRegistryTesting entry registry which manages a fixed set of FastZIP entries.Methods in com.e1c.g5.v8.fastzip with parameters of type IFzipEntryRegistry Modifier and Type Method Description IFzipReaderFzipIOFactory. openReader(Path archPath, IFzipEntryRegistry registry)Creates a new FastZIP reader.IFzipWriterFzipIOFactory. openWriter(Path archPath, IFzipEntryRegistry registry)Creates a new FastZIP writer. -
Uses of IFzipEntryRegistry in com.e1c.g5.v8.fastzip.entry.fs
Classes in com.e1c.g5.v8.fastzip.entry.fs that implement IFzipEntryRegistry Modifier and Type Class Description classFsFzipEntryRegistryFilesystem FastZIP entry registry supports compression and decompression of files and directories.
-