Alright, I started doing this tonight (finally) GZip was pretty straight forward, but Inflate may be a problem, The System::IO::Compression.DeflateStream is RFC 1951 compliant /not/ 1950.. Meaning it only covers Deflate, not ZLib in general. See here: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=97064&wa=wsignin1.0
I'll research this more tomorrow, I'd hate to have to have an external dependency like Zlib.NET Attached is my fetal like script containing the GZip implementation, feedback is welcome. On Thu, Mar 6, 2008 at 4:53 PM, Eric Nicholson <[EMAIL PROTECTED]> wrote: > This came up on the list a few months ago. The consensus was that building > off of System.IO.Compression would be the best, and failing that wrapping > Zlib.Net should be possible. > > You can dig up the old thread for some more details though. > > -Eric > > > > On Thu, Mar 6, 2008 at 3:05 PM, Ivan Porto Carrero <[EMAIL PROTECTED]> > wrote: > > Hi > > > > Is there any objection against using a wrapper around zlib.net ? > > > > > > > > > > > > On Fri, Mar 7, 2008 at 2:27 AM, Michael Letterle > <[EMAIL PROTECTED]> wrote: > > > > > > > > On Thu, Mar 6, 2008 at 1:29 AM, Wayne Kelly <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > A while back I posted a list of external libraries that we needed to > > > > implement in order to support gems and Rails. The following summarizes > the > > > > libraries that I've been working on. Could others who are also working > on > > > > these libraries please post a status update? > > > > > > > [snip] > > > > > > > > > > > zlib.so: > > > > - any progress Michael? > > > > > > > [snip] > > > > > > > > > > > Again, please post a status update if you are working on any of these > > > > libraries. > > > > > > > > > > > > Cheers, Wayne. > > > > > > Not yet, I still intend to. Just need to find the time. I've been > > > concentrating on learning ruby a bit more first ;) > > > > > > -- > > > Michael Letterle > > > [Polymath Programmer] > > > http://blog.prokrams.com > > > _______________________________________________ > > > Ironruby-core mailing list > > > [email protected] > > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > > > _______________________________________________ > > Ironruby-core mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Michael Letterle [Polymath Programmer] http://michaeldotnet.blogspot.com
zlib.rb
Description: Binary data
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
