@class NSString, SYCompressedFileOutputStream, NSMutableArray, NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface _SYOutputStreamer : NSObject { SYCompressedFileOutputStream *_stream; NSMutableArray *_items; id /* block */ _onComplete; NSObject *_queue; NSObject *_source; NSObject *_callbackQueue; } @property (readonly, nonatomic) BOOL hasWrittenData; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)close; - (void)stream:(id)a0 handleEvent:(unsigned long long)a1; - (void).cxx_destruct; - (void)writeData:(id)a0 completion:(id /* block */)a1; - (void)_completeAllItemsWithError:(id)a0; - (id /* block */)_getCompletionBlock; - (void)_tryToSendData; - (id)initWithCompressedFileURL:(id)a0 callbackQueue:(id)a1; - (void)setStreamProperty:(id)a0 forKey:(id)a1; - (id)streamPropertyForKey:(id)a0; - (void)whenComplete:(id /* block */)a0; @end