Skip to content

Mutually exclusive stream types #50

@Hydrotoast

Description

@Hydrotoast

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
RawXYStream

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions