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 class
FzipIoTest.MultiReadEntryRegistry
class
StaticEntryRegistry
Testing 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 IFzipReader
FzipIOFactory. openReader(Path archPath, IFzipEntryRegistry registry)
Creates a new FastZIP reader.IFzipWriter
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 IFzipEntryRegistry Modifier and Type Class Description class
FsFzipEntryRegistry
Filesystem FastZIP entry registry supports compression and decompression of files and directories.
-