miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.

Home Page:https://pyppmd.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop endmark feature

miurahr opened this issue · comments

Is your feature request related to a problem? Please describe.
Now ppmd8 decoder can recognize EOF position from original stream.
We don't need user marker of eof.

Describe the solution you'd like
drop endmark feature

related
#34