mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
add brotli.ts
PiperOrigin-RevId: 526966561
This commit is contained in:
parent
ffbe112328
commit
efe140adae
@ -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
1781
js/decode.ts
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user