Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/java/net/jpountz/lz4/LZ4BlockInputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ public Builder withDecompressor(LZ4SafeDecompressor safeDecompressor) {

/**
* Registers {@link Checksum} to be used by the builder
* <p>Note: Since checksum objects are stateful, if you set one explicitly here, the builder can only be used once.
*
* @param checksum the {@link Checksum} instance to use, must be
* equivalent to the instance which has been used to
Expand Down