|
FireSync API
|
| kStatus kZstdStream_FinishRead | ( | kZstdStream | zStream | ) |
Finishes reading the current Zstandard compression frame.
If the stream was opened in read mode, this method consumes and discards the remainder of the current Zstandard compression frame.
Use of this method is optional. Additional reads can be performed after calling this method, if additional Zstandard frames are present in the underlying stream.
After calling this method, operations (e.g., seek) can be safely performed on the underlying stream until such time as another kZstdStream read is performed.
| zStream | Stream object. |