We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f0556 commit 7ce9036Copy full SHA for 7ce9036
README.md
@@ -179,5 +179,5 @@ byte[][] compressedData = new byte[100000000][]; // Storage for a max of 100 mil
179
// ...
180
ManagedBulkCompressor managed = new ManagedBulkCompressor(compressor, compressedData);
181
// ...loop...
182
- managed.compressAndAddAll(batch); // batch is the list of strings to be compressed.
+ managed.compressAndAddAll(batch); // batch is the list of strings/bytes to be compressed.
183
```
0 commit comments