Interface IFzipEntry

All Known Implementing Classes:
AbstractNamedFzipEntry, StaticEntry

public interface IFzipEntry
FastZIP entry. Entries are created, serialized and deserialized with a corresponding entry registry. An entry has all necessary information to be written to an archive or restored from an archive.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Read and restore the entry from a byte channel.
    void
    Write the entry to a byte channel.
  • Method Details