decompress

  1. J

    Question How can I get a valid stream from a zip file which contains xml?

    Hi Gents, I have a specific requirement is to get a valid stream(which will be further operate) from given zip path? The situation is use a support code snippet to determine given path is xml/zip file(one of these files inside zip is xml which what I want), if it's a xml then easily get a...
  2. C

    Question Compressed String Length is high

    Hi, i have a string and i encrypt it and than Compressed that string. Result is Length of the Compressed string is high. I'm using the below code snippet public static string Compress(string text) { byte[] buffer = Encoding.UTF8.GetBytes(text); MemoryStream ms...
Back
Top Bottom