Skip to content

Commit

Permalink
add brotli.ts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 526966561
  • Loading branch information
eustas committed Jul 4, 2023
1 parent ffbe112 commit efe140a
Show file tree
Hide file tree
Showing 2 changed files with 1,782 additions and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/brotli/dec/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ final class State {
int cdBlockBits;
byte[] cdBlockMap;

InputStream input; // BitReader
InputStream /* @Nullable */ input; // BitReader

State() {
this.ringBuffer = new byte[0];
Expand Down
Loading

0 comments on commit efe140a

Please sign in to comment.