summaryrefslogtreecommitdiffstats
path: root/doc/classes/StreamPeerGZIP.xml
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [IO] Add StreamPeerGZIP for streaming compression/decompression.Fabio Alessandrelli2022-09-201-0/+42
Putting data results in writing the compressed/decompressed output into a RingBuffer. You can retrieve the content of the RingBuffer via get_data. Support both gzip and deflate.