Skip to content

Commit

Permalink
readme: add todo for an io.RawIOBase interface (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Mar 2, 2017
1 parent 4332a5a commit 833bf0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ sizes using zstd's preferred defaults).
There should be an API that accepts an object that conforms to the buffer
interface and returns an iterator over compressed or decompressed output.

There should be an API that exposes an ``io.RawIOBase`` interface to
compressor and decompressor streams, like how ``gzip.GzipFile`` from
the standard library works (issue 13).

The author is on the fence as to whether to support the extremely
low level compression and decompression APIs. It could be useful to
support compression without the framing headers. But the author doesn't
Expand Down

0 comments on commit 833bf0b

Please sign in to comment.