@class NSString, NSOutputStream, NSInputStream; @interface ASStreamWBXMLToXMLConverter : ASWBXMLToXMLConverter { NSInputStream *_input; NSOutputStream *_output; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (BOOL)runSynchronously; - (void)stream:(id)a0 handleEvent:(unsigned long long)a1; - (void).cxx_destruct; - (id)initWithWBXMLInput:(id)a0 forOutput:(id)a1 usingMetadata:(BOOL)a2; - (void)outputData:(id)a0; - (void)outputString:(id)a0; - (long long)readFromInput; @end