Changeset 15662 in josm for trunk/src/org/tukaani/xz/BlockInputStream.java
- Timestamp:
- 2020-01-08T23:35:55+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/tukaani/xz/BlockInputStream.java
r13350 r15662 78 78 79 79 try { 80 // Set the maximum valid compressed size. This is overriden 80 // Set the maximum valid compressed size. This is overridden 81 81 // by the value from the Compressed Size field if it is present. 82 82 compressedSizeLimit = (DecoderUtil.VLI_MAX & ~3)
Note:
See TracChangeset
for help on using the changeset viewer.