OSDN Git Service

refactor: library codes
authorHiroshi Miura <miurahr@linux.com>
Sun, 8 Oct 2023 11:06:06 +0000 (20:06 +0900)
committerHiroshi Miura <miurahr@linux.com>
Sun, 8 Oct 2023 11:06:06 +0000 (20:06 +0900)
commite5a724286d683da01f012014d551d787009ab787
treeae0981e25c26b9a0bddfef0be80d1168728d45da
parent68e392720ee79b2a4d183058f05a89bdb8d6fb21
refactor: library codes

- change method argument name other than field name
- remove IOException which never happen
- javadoc: add explanations

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
dictzip-lib/src/main/java/org/dict/zip/DictZipInputStream.java
dictzip-lib/src/main/java/org/dict/zip/RandomAccessInputStream.java