Closed KnIfER closed 2 years ago
https://github.com/dictzip/dictzip-java/blob/cd15ec7b7015c34f28b99c81776c52ddb6e15011/dictzip-lib/src/main/java/org/dict/zip/DictZipInputStream.java#L143
Still using super.read to skip for offset,
super.read
There seems to be no difference between DictZipInputStream and GZIPInputStream?
DictZipInputStream
GZIPInputStream
https://github.com/dictzip/dictzip-java/blob/cd15ec7b7015c34f28b99c81776c52ddb6e15011/dictzip-lib/src/main/java/org/dict/zip/DictZipInputStream.java#L143
Still using
super.read
to skip for offset,There seems to be no difference between
DictZipInputStream
andGZIPInputStream
?