This seems related to adding 'easy of use' methods to String. There are many different compression schemes (zip, bzip, bzip2, gzip, ...), are we going to add them all ?
How much do we want to couple different parts of the system ? > On 25 Feb 2015, at 16:23, Juraj Kubelka <[email protected]> wrote: > > Can I add ByteArray>>#zipped and #unzipped methods the way it is for String? > I want to compress bytes before sending through internet, for example. > > Do you agree? > Thanks, > Juraj
