Uses of Interface
com.e1c.g5.v8.internal.fastzip.chunk.IChunkSupplier
Packages that use IChunkSupplier
-
Uses of IChunkSupplier in com.e1c.g5.v8.internal.fastzip.chunk
Constructors in com.e1c.g5.v8.internal.fastzip.chunk with parameters of type IChunkSupplierModifierConstructorDescriptionDeflaterWritableChunkChannel
(IChunkSupplier chunkSupplier) Creates a new deflater readable chunk channel.InflaterReadableChunkChannel
(IChunkSupplier chunkSupplier) Creates a new inflater readable chunk channel.ZstdCompressWritableChunkChannel
(IChunkSupplier chunkSupplier, int level) Constructs a new channel.ZstdDecompressReadableChunkChannel
(IChunkSupplier chunkSupplier) Constructs a new channel.