Uses of Interface
com.e1c.g5.v8.fastzip.entry.IFzipEntry
Packages that use IFzipEntry
Package
Description
This package provides support for FastZIP archive format.
-
Uses of IFzipEntry in com.e1c.g5.v8.fastzip
Classes in com.e1c.g5.v8.fastzip that implement IFzipEntryMethods in com.e1c.g5.v8.fastzip that return IFzipEntryModifier and TypeMethodDescriptionStaticEntryRegistry.getEntries()
FzipIoTest.MultiReadEntryRegistry.readEntryDescriptor
(Supplier<DataInput> inputSupplier) StaticEntryRegistry.readEntryDescriptor
(Supplier<DataInput> inputSupplier) Methods in com.e1c.g5.v8.fastzip that return types with arguments of type IFzipEntryModifier and TypeMethodDescriptionIFzipReader.entries()
Gets a stream of entry descriptors contained in the archive.Methods in com.e1c.g5.v8.fastzip with parameters of type IFzipEntryModifier and TypeMethodDescriptionvoid
IProgressListener.entryProcessed
(IFzipEntry entry) Notifies the listener that an entry was processed, either compressed or decompressed.void
IFzipWriter.write
(IFzipEntry[] entries) Writes entries to the archive.void
FzipIoTest.MultiReadEntryRegistry.writeEntryDescriptor
(IFzipEntry entry, DataOutput out) void
StaticEntryRegistry.writeEntryDescriptor
(IFzipEntry entry, DataOutput out) Constructors in com.e1c.g5.v8.fastzip with parameters of type IFzipEntryConstructor parameters in com.e1c.g5.v8.fastzip with type arguments of type IFzipEntry -
Uses of IFzipEntry in com.e1c.g5.v8.fastzip.entry
Classes in com.e1c.g5.v8.fastzip.entry that implement IFzipEntryMethods in com.e1c.g5.v8.fastzip.entry that return IFzipEntryModifier and TypeMethodDescriptionIFzipEntryRegistry.readEntryDescriptor
(Supplier<DataInput> inputSupplier) Deserializes entry fromDataInput
.Methods in com.e1c.g5.v8.fastzip.entry with parameters of type IFzipEntryModifier and TypeMethodDescriptionvoid
IFzipEntryRegistry.writeEntryDescriptor
(IFzipEntry entry, DataOutput out) Serializes an entry toDataOutput
. -
Uses of IFzipEntry in com.e1c.g5.v8.fastzip.entry.fs
Methods in com.e1c.g5.v8.fastzip.entry.fs that return IFzipEntryModifier and TypeMethodDescriptionFsFzipEntryRegistry.readEntryDescriptor
(Supplier<DataInput> inputSupplier) Methods in com.e1c.g5.v8.fastzip.entry.fs that return types with arguments of type IFzipEntryModifier and TypeMethodDescriptionFsFzipEntryRegistry.createEntryDescriptor
(Path path) Creates entries for a path.Methods in com.e1c.g5.v8.fastzip.entry.fs with parameters of type IFzipEntryModifier and TypeMethodDescriptionvoid
FsFzipEntryRegistry.writeEntryDescriptor
(IFzipEntry entry, DataOutput out) Method parameters in com.e1c.g5.v8.fastzip.entry.fs with type arguments of type IFzipEntryModifier and TypeMethodDescriptionFsFzipEntryRegistry.getPaths
(Stream<IFzipEntry> entries) Get paths from a stream of entries. -
Uses of IFzipEntry in com.e1c.g5.v8.internal.fastzip
Methods in com.e1c.g5.v8.internal.fastzip that return types with arguments of type IFzipEntryMethods in com.e1c.g5.v8.internal.fastzip with parameters of type IFzipEntry -
Uses of IFzipEntry in com.e1c.g5.v8.internal.snapshot.fastzip
Methods in com.e1c.g5.v8.internal.snapshot.fastzip that return IFzipEntryModifier and TypeMethodDescriptionSnapshotEntryRegistry.createParticipantMetadataEntryDescriptor
(String participantId, String entryId) Creates a new participant metadata entry.SnapshotEntryRegistry.createParticipantVersionEntryDescriptor
(String participantId, int version) Creates a new participant format version entry.SnapshotEntryRegistry.createVersionEntryDescriptor
(int version) Creates a new version entry.SnapshotEntryRegistry.readEntryDescriptor
(Supplier<DataInput> inputSupplier) Methods in com.e1c.g5.v8.internal.snapshot.fastzip with parameters of type IFzipEntryModifier and TypeMethodDescriptionvoid
SnapshotEntryRegistry.writeEntryDescriptor
(IFzipEntry entry, DataOutput out) Method parameters in com.e1c.g5.v8.internal.snapshot.fastzip with type arguments of type IFzipEntryModifier and TypeMethodDescriptionSnapshotEntryRegistry.getParticipantFormatVersions
(Stream<IFzipEntry> entries) Finds participant format version entries in a stream of entries and returns a map from participant id to its format version.SnapshotEntryRegistry.getVersion
(Stream<IFzipEntry> entries) Finds a version entry in a stream of entries and return the version.