Package com.e1c.g5.v8.internal.fastzip.chunk
package com.e1c.g5.v8.internal.fastzip.chunk
-
ClassDescriptionA channel which compresses data with
Deflater
and writes it to a sequence of chunks provided byIChunkSupplier
.A chunk supplier.A channel which reads data from a sequence of chunks provided byIChunkSupplier
and decompresses it withInflater
.A channel which compresses data with Zstandard algorithm and writes it to a sequence of chunks provided byIChunkSupplier
.A channel which reads Zstandard compressed data from a sequence of chunks provided byIChunkSupplier
and decompresses it.