Decompressor
Abstract Compression Actor: Decompressor
Marker sealed interface for a decompressor stream.
Inheritors
Functions
Link copied to clipboard
Regular close interface, as provided by Java's AutoCloseable and Closeable interfaces.
Closes the underlying compression stream, and dispatches the provided callback.
Link copied to clipboard
Flush the underlying compression stream, and then invoke the provided callback.