-
Notifications
You must be signed in to change notification settings - Fork 17
Mutually exclusive stream types #50
Copy link
Copy link
Open
Description
It seems that there are three mutually exclusive stream types: zlib, gzip, and raw. Currently, the default presumption is that the stream type is zlib-wrapped and the latter two are special cases which can be handled by very specific combinations of flags on the ZlibXYStream type where X is either Inflate or Deflate and Y is either Input or Output.
I think the following types would expose such cases better.
ZlibXYStream
GzipXYStream
RawXYStreamReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels