21 #import "OFKernelEventObserver.h"
23 OF_ASSUME_NONNULL_BEGIN
37 unsigned char *_Nullable _slidingWindow;
38 uint16_t _slidingWindowIndex;
39 struct OFInflateContext *_Nullable _inflateCtx;
50 @property (retain, nonatomic)
OFStream *underlyingStream;
61 + (instancetype)streamWithStream: (
OFStream *)stream
62 OF_DEPRECATED(ObjFW, 1, 5, "Use +[streamWithStream:mode:] instead");
75 - (instancetype)init OF_UNAVAILABLE;
87 - (instancetype)initWithStream: (
OFStream *)stream
88 OF_DEPRECATED(ObjFW, 1, 5, "Use -[initWithStream:mode:] instead!");
100 - (instancetype)initWithStream: (
OFStream *)stream
101 mode: (
OFString *)mode OF_DESIGNATED_INITIALIZER;
104 OF_ASSUME_NONNULL_END
A class that handles Deflate decompression transparently for an underlying stream.
Definition: OFDeflate64Stream.h:36
A base class for different types of streams.
Definition: OFStream.h:280
A class for handling strings.
Definition: OFString.h:143
This protocol is implemented by classes which can be observed for readiness for reading by OFKernelEv...
Definition: OFKernelEventObserver.h:84