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.fastzipClasses in com.e1c.g5.v8.fastzip that implement IFzipEntryRegistryModifier and TypeClassDescriptionstatic classclassTesting 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.fsClasses in com.e1c.g5.v8.fastzip.entry.fs that implement IFzipEntryRegistryModifier and TypeClassDescriptionclassFilesystem FastZIP entry registry supports compression and decompression of files and directories.
- 
Uses of IFzipEntryRegistry in com.e1c.g5.v8.internal.fastzipConstructors 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.fastzipClasses in com.e1c.g5.v8.internal.snapshot.fastzip that implement IFzipEntryRegistryModifier and TypeClassDescriptionfinal classSnapshot FastZIP entry registry.