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 Detail

      • read

        void read​(ReadableByteChannel channel)
           throws IOException
        Read and restore the entry from a byte channel.
        Parameters:
        channel - the input channel, never null
        Throws:
        IOException - if an IO error occurs