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.fastzipClasses 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 TypeMethodDescriptionvoidIProgressListener.entryProcessed(IFzipEntry entry) Notifies the listener that an entry was processed, either compressed or decompressed.voidIFzipWriter.write(IFzipEntry[] entries) Writes entries to the archive.voidFzipIoTest.MultiReadEntryRegistry.writeEntryDescriptor(IFzipEntry entry, DataOutput out) voidStaticEntryRegistry.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.entryClasses 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 TypeMethodDescriptionvoidIFzipEntryRegistry.writeEntryDescriptor(IFzipEntry entry, DataOutput out) Serializes an entry toDataOutput.
- 
Uses of IFzipEntry in com.e1c.g5.v8.fastzip.entry.fsMethods 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 TypeMethodDescriptionvoidFsFzipEntryRegistry.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.fastzipMethods 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.fastzipMethods 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 TypeMethodDescriptionvoidSnapshotEntryRegistry.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.