olle / lz77-kit

Some LZ77 compression utilities for the handy hands-on developer in search for a few less bytes of I/O.
http://www.studiomediatech.com/projects/lz77-kit
MIT License
64 stars 23 forks source link

Added static helper methods: #1

Closed justsml closed 12 years ago

justsml commented 12 years ago

LZ77.compressStr(data) and LZ77.decompressStr(data)

olle commented 12 years ago

Great! Clearly a useful feature, to have static methods for direct use. Thanks!