Decompress in memory

vb6 Kuwait
  • 15 years ago

    Hello All!

    my project is using compressed .dat file by compressing it to desired .txt on the same path.

    is there any way to decompress the file in memory itself?

    thanks!

    -Suresh

     

  • 15 years ago

    Yes. Implement the decompression algorithm in your code and source the data from a buffer in memory to a different buffer.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” - Tom Cargill