[PR #1127] [MERGED] prepare java decoder for transpilation to Kotlin #1682

Open
opened 2026-01-29 20:55:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1127
Author: @copybara-service[bot]
Created: 1/23/2024
Status: Merged
Merged: 1/24/2024
Merged by: @copybara-service[bot]

Base: masterHead: test_600773230


📝 Commits (1)

  • 200f379 prepare java decoder for transpilation to Kotlin

📊 Changes

3 files changed (+47 additions, -37 deletions)

View changed files

📝 java/org/brotli/dec/Decode.java (+23 -17)
📝 java/org/brotli/dec/DictionaryData.java (+4 -4)
📝 java/org/brotli/dec/Huffman.java (+20 -16)

📄 Description

prepare java decoder for transpilation to Kotlin


🔄 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/1127 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_600773230` --- ### 📝 Commits (1) - [`200f379`](https://github.com/google/brotli/commit/200f37984a22be6ec56c2e8a16ab1a9822c891f6) prepare java decoder for transpilation to Kotlin ### 📊 Changes **3 files changed** (+47 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `java/org/brotli/dec/Decode.java` (+23 -17) 📝 `java/org/brotli/dec/DictionaryData.java` (+4 -4) 📝 `java/org/brotli/dec/Huffman.java` (+20 -16) </details> ### 📄 Description prepare java decoder for transpilation to Kotlin --- <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:55:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1682