add brotli.ts

PiperOrigin-RevId: 526966561
This commit is contained in:
Evgenii Kliuchnikov 2023-04-25 14:56:37 +00:00 committed by Evgenii Kliuchnikov
parent ffbe112328
commit efe140adae
2 changed files with 1782 additions and 1 deletions

View File

@ -87,7 +87,7 @@ final class State {
int cdBlockBits;
byte[] cdBlockMap;
InputStream input; // BitReader
InputStream /* @Nullable */ input; // BitReader
State() {
this.ringBuffer = new byte[0];

1781
js/decode.ts Normal file

File diff suppressed because one or more lines are too long