Ok right, for me is ok to use that class and inflate/deflate methods, do you know if that methods use the zlib algorithm? if use that we are done, since is the same algorithm used in ByteArray
2018-05-17 15:22 GMT+02:00 Harbs <[email protected]>: > Yes. The big issue with compression is that it adds a lot of code. > > The most commonly used JS library for compression is pako.[1] I’m using > that personally. > > We don’t want to include something like this in BinaryData because it adds > a lot of bulk. > > HTH, > Harbs > > [1]http://nodeca.github.io/pako/ <http://nodeca.github.io/pako/> > > > On May 17, 2018, at 4:17 PM, Carlos Rovira <[email protected]> > wrote: > > > > Hi, > > > > BinaryData is the new ByteArray in royale right? > > I was searching for compress/uncompress methods but seems we don't have > yet > > > > I'm missing something here? maybe the compress/uncompress algorithms has > > some license issues and for that reason wasn't implemented? > > > > thanks > > > > > > -- > > Carlos Rovira > > http://about.me/carlosrovira > > -- Carlos Rovira http://about.me/carlosrovira
