corda/classpath/java/util/zip
Joel Dice 094af1e794 remove redundant decrement in ZipFile.getInputStream inner class
We were decrementing the "remaining" field twice for each byte read
using the no-arg read method, which resulted in available() returning
a value that was too small.
2014-02-26 14:48:28 -07:00
..
CRC32.java update copyright years 2013-07-02 20:52:38 -06:00
DataFormatException.java update copyright years 2013-07-02 20:52:38 -06:00
Deflater.java update copyright years 2013-07-02 20:52:38 -06:00
DeflaterOutputStream.java add zipOutputStream and change DeflaterOutputStream 2013-07-08 14:13:08 -06:00
Inflater.java update copyright years 2013-07-02 20:52:38 -06:00
InflaterInputStream.java update copyright years 2013-07-02 20:52:38 -06:00
ZipEntry.java add jdk-test target, and fix failures 2013-12-06 15:00:02 -07:00
ZipFile.java remove redundant decrement in ZipFile.getInputStream inner class 2014-02-26 14:48:28 -07:00
ZipOutputStream.java add jdk-test target, and fix failures 2013-12-06 15:00:02 -07:00