[PR #82] [MERGED] Add input and output classes for streaming compression. #681

Closed
opened 2026-01-29 20:50:19 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/82
Author: @szabadka
Created: 4/23/2015
Status: Merged
Merged: 4/23/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • 6a53033 Add input and output classes for streaming compression.
  • 09aa9ca Add the streams.* files to Makefile and setup.py

📊 Changes

4 files changed (+258 additions, -1 deletions)

View changed files

📝 enc/Makefile (+1 -1)
enc/streams.cc (+126 -0)
enc/streams.h (+129 -0)
📝 setup.py (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/82 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/23/2015 **Status:** ✅ Merged **Merged:** 4/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6a53033`](https://github.com/google/brotli/commit/6a5303304e88062e8a00602cbc6db34a220ffc2a) Add input and output classes for streaming compression. - [`09aa9ca`](https://github.com/google/brotli/commit/09aa9ca4108ea40623c7e33a20367bc952050e48) Add the streams.* files to Makefile and setup.py ### 📊 Changes **4 files changed** (+258 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `enc/Makefile` (+1 -1) ➕ `enc/streams.cc` (+126 -0) ➕ `enc/streams.h` (+129 -0) 📝 `setup.py` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#681