Plugin Developer DiscussionDiscussion for FogBugz Plugin developers |
|
Hi Marco-
Would System.IO.Compression or FogCreek.Utilities.StringUtil.Deflate do the trick for you? Thanks! Brett Hi Brett, System.IO.Compression is not good enough because it works with Gzip format, while I need precisely Zlib format. The algorithm is the same but the compressed binary data will be different. FogCreek.Utilities.StringUtil.Deflate sounds interesting: where can I read some docs about it? Thanks Marco
Hi Marco-
Our StringUtil is based on System.IO.Compression, so won't work for you. It looks like there's a BSD-licensed all-C# zlib at http://www.componentace.com/zlib_.NET.htm - might that work? Thanks! Brett |
Powered by FogBugz