mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
[PR #1134] [MERGED] add pure-kotlin decoder #1690
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/1134
Author: @copybara-service[bot]
Created: 2/20/2024
Status: ✅ Merged
Merged: 2/21/2024
Merged by: @undefined
Base:
master← Head:test_608531400📝 Commits (1)
ccec962add pure-kotlin decoder📊 Changes
12 files changed (+2134 additions, -74 deletions)
View changed files
📝
.github/workflows/build_test.yml(+3 -2)📝
java/WORKSPACE.bazel(+14 -0)📝
java/org/brotli/dec/BUILD.bazel(+9 -0)📝
java/org/brotli/dec/DecodeTest.java(+42 -54)📝
java/org/brotli/dec/SynthTest.java(+6 -14)➕
java/org/brotli/dec/TestUtils.java(+35 -0)📝
java/org/brotli/dec/build_defs.bzl(+20 -1)➕
java/org/brotli/dec/kt/BUILD.bazel(+17 -0)➕
java/org/brotli/dec/kt/BrotliInputStream.kt(+138 -0)➕
java/org/brotli/dec/kt/Decode.kt(+1845 -0)📝
java/org/brotli/integration/BUILD.bazel(+2 -1)📝
java/org/brotli/integration/BundleChecker.java(+3 -2)📄 Description
add pure-kotlin decoder
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.