Re: compression library

2013-11-04 Thread David Burela
*) --- *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Greg Keogh *Sent:* Friday, 4 October 2013 10:32 AM *To:* ozDotNet *Subject:* Re: compression library Beware that System.IO.Compression before 4.5 can only deflate/inflate

RE: compression library

2013-11-04 Thread David Kean
Be warned, that package only adds support to Windows Phone 8. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Burela Sent: Monday, November 4, 2013 9:57 AM To: ozDotNet Subject: Re: compression library Delayed response, but there is also the new

Re: compression library

2013-11-04 Thread Greg Keogh
*) --- *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Greg Keogh *Sent:* Friday, 4 October 2013 10:32 AM *To:* ozDotNet *Subject:* Re: compression library Beware that System.IO.Compression before 4.5 can only deflate/inflate

Re: compression library

2013-10-03 Thread David Richards
http://www.icsharpcode.net/opensource/sharpziplib/ I haven't tried any others but I've never had any problems with this one. David If we can hit that bullseye, the rest of the dominoes will fall like a house of cards... checkmate! -Zapp Brannigan, Futurama On 4 October 2013 09:10,

RE: compression library

2013-10-03 Thread David Kean
System.IO.Compression namespace. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of anthonyatsmall...@mail.com Sent: Thursday, October 3, 2013 4:11 PM To: ozDotNet Subject: compression library Anyoe suggest a library to compress/decompress byte data?

Re: compression library

2013-10-03 Thread Greg Keogh
Beware that System.IO.Compression before 4.5 can only deflate/inflate streams, and although the two provided algorithms are standards, I never dared use them outside of the boundary of a single app. From 4.5 you get ZIP support. I am currently using free SharpZipLib on the server side on

RE: compression library

2013-10-03 Thread anthonyatsmallbiz
] On Behalf Of Greg Keogh Sent: Friday, 4 October 2013 10:32 AM To: ozDotNet Subject: Re: compression library Beware that System.IO.Compression before 4.5 can only deflate/inflate streams, and although the two provided algorithms are standards, I never dared use them outside of the boundary