LZSSインタフェース操作名の改善
詳細は省くが、以下のように修正する。
LzssDecoderReadable int read() throws IOException; int readOffset() throws IOException; LzssEncoderWritable int write(int symbol) throws IOException; int wriiteMatched(int offset, int length) throws IOException;
なお、アルファ版のため、メンテナンスなのにインタフェースに修正を強行します。
詳細は省くが、以下のように修正する。
なお、アルファ版のため、メンテナンスなのにインタフェースに修正を強行します。