Skip to content

Commit 8a7a53b

Browse files
Update README.rst
1 parent 4e279cd commit 8a7a53b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ ZSTD_uncompress (data): string|bytes
328328

329329
Support compressed data with multiple/concatenated frames (blocks) (since 1.5.5.1).
330330

331+
Support streamed data, since 1.5.6.8.
332+
331333
Params:
332334

333335
* **data**: string|bytes - input compressed data block, length limited by 2Gb by Python API
@@ -341,8 +343,7 @@ ZSTD_uncompress (data): string|bytes
341343
Since: 0.1
342344

343345
ZSTD_check (data): int
344-
Function, checks if input is zstd compressed data block,
345-
returns: 1 if yes, 0 if no or 2 if it is a stream data.
346+
Function, checks if input is zstd compressed data block, and returns: 1 if yes, 0 if no or 2 if it is a stream data.
346347

347348
Support compressed data with multiple/concatenated frames (blocks) .
348349

0 commit comments

Comments
 (0)