dictzip / dictzip-java

DictZip, GZip random access compression format(.dz), access library for Java
https://codeberg.org/miurahr/dictzip-java
Other
12 stars 2 forks source link

Fast Random Access? #29

Closed KnIfER closed 2 years ago

KnIfER commented 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,

There seems to be no difference between DictZipInputStream and GZIPInputStream?