mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #1274] [MERGED] modify Java decoder in a way it could be transpiled to exception unfriendly languages #1849
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1274
Author: @copybara-service[bot]
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @copybara-service[bot]
Base:
master← Head:test_768061365📝 Commits (1)
08bdaebmodify Java decoder in a way it could be transpiled to exception unfriendly languages📊 Changes
8 files changed (+495 additions, -186 deletions)
View changed files
📝
java/org/brotli/dec/BitReader.java(+59 -36)➕
java/org/brotli/dec/BrotliError.java(+47 -0)📝
java/org/brotli/dec/BrotliInputStream.java(+1 -0)📝
java/org/brotli/dec/Decode.java(+331 -123)📝
java/org/brotli/dec/Dictionary.java(+27 -19)📝
java/org/brotli/dec/DictionaryData.java(+6 -2)📝
java/org/brotli/dec/SynthTest.java(+1 -1)📝
java/org/brotli/dec/Utils.java(+23 -5)📄 Description
modify Java decoder in a way it could be transpiled to exception unfriendly languages
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.