minor updates after review

This commit is contained in:
zzz
2015-07-30 20:41:45 +00:00
parent 20cb284f9d
commit f3bb20d750
6 changed files with 7 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class GunzipOutputStream extends InflaterOutputStream {
private final CRC32 _crc32;
private final byte _buf1[] = new byte[1];
private boolean _complete;
private byte _footer[] = new byte[FOOTER_SIZE];
private final byte _footer[] = new byte[FOOTER_SIZE];
private long _bytesReceived;
private long _bytesReceivedAtCompletion;