Hey Jonas, I think .Net has support for deflate built in, so there's not need for a third party lib. More info here: https://msdn.microsoft.com/en-us/library/system.io.compression.deflatestream(v=vs.110).aspx
Should be pretty easy to use the Java or C++ TZlibTrans as a model and get the same going in C#. Best, Randy On Sun, Feb 14, 2016 at 11:59 PM, Jonas Ruesch <[email protected]> wrote: > Hi Jens, Randy, > > Thanks for confirming. > Any preference or previous experiences with a zlib-compatible zip library > for c#? That one looks promising: http://dotnetzip.codeplex.com/ > > Cheers, > Jonas > > > On 13 February 2016 at 00:36, Jens Geyer <[email protected]> wrote: > > > Hi Jonas, > > > > patches and pull requests are welcome. > > > > Because the documentation states 'zlib transport not available for java' > >> (in the meantime it seems to be available though) I had hopes that there > >> is > >> a C# implementation. > >> > > > > That's the problem with logic. It sometimes hits you where you expect it > > the least. Just kidding ... ;-) As I said on SO, some things do not exist > > simply because nobody needed them so far. But that does not mean it can't > > or shouldn't be added if someone does need it. Especially TZlib is a good > > thing to have. > > > > Looking forward to your contribution. If you need help with it, just ask, > > and someone will answer. > > > > Have fun, > > JensG > > > > > > -----Ursprüngliche Nachricht----- From: Randy Abernethy > > Sent: Friday, February 12, 2016 3:48 PM > > To: [email protected] > > Subject: Re: TZLibTransport for CSharp? > > > > > > Hi Jonas, > > > > The current master does not have a TZlibTransport for C#. Would be a > great > > add though! Patches always welcome. > > > > Best, > > Randy > > > > On Fri, Feb 12, 2016 at 2:46 AM, Jonas Ruesch <[email protected]> > wrote: > > > > Hi, > >> > >> Is there an implementation of the zlib Transport in C# (Thrift 0.9.3)? I > >> looked for it in the lib/csharp source code and believe to have searched > >> the web extensively to no avail. > >> > >> Because the documentation states 'zlib transport not available for java' > >> (in the meantime it seems to be available though) I had hopes that there > >> is > >> a C# implementation. > >> > >> Sorry if this question was asked before (couldn't find any traces). > >> > >> Many thanks for your hints. > >> > >> > > >
