Uses of Interface
com.e1c.g5.v8.fastzip.entry.IFzipEntryRegistry
Packages that use IFzipEntryRegistry
Package
Description
This package provides support for FastZIP archive format.
-
Uses of IFzipEntryRegistry in com.e1c.g5.v8.fastzip
Classes in com.e1c.g5.v8.fastzip that implement IFzipEntryRegistryModifier and TypeClassDescriptionstatic class
class
Testing entry registry which manages a fixed set of FastZIP entries.Methods in com.e1c.g5.v8.fastzip with parameters of type IFzipEntryRegistryModifier and TypeMethodDescriptionFzipIOFactory.openReader
(Path archPath, IFzipEntryRegistry registry) Creates a new FastZIP reader.FzipIOFactory.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 IFzipEntryRegistryModifier and TypeClassDescriptionclass
Filesystem FastZIP entry registry supports compression and decompression of files and directories. -
Uses of IFzipEntryRegistry in com.e1c.g5.v8.internal.fastzip
Constructors in com.e1c.g5.v8.internal.fastzip with parameters of type IFzipEntryRegistryModifierConstructorDescriptionParallelFzipReader
(Path archPath, IFzipEntryRegistry registry, int numWorkers, boolean memoryMapped) Constructs a new parallel FastZIP reader.ParallelFzipWriter
(Path archPath, IFzipEntryRegistry registry, int chunkSize, int numWorkers, boolean memoryMapped, int level) Constructs a new parallel FastZIP writer. -
Uses of IFzipEntryRegistry in com.e1c.g5.v8.internal.snapshot.fastzip
Classes in com.e1c.g5.v8.internal.snapshot.fastzip that implement IFzipEntryRegistryModifier and TypeClassDescriptionfinal class
Snapshot FastZIP entry registry.