Language: VB.NET
Hello,
I'm looking to use CompressedStream solution without really understanding its use.
What I am trying to do:
1. compress file.
2. Insert the compressed file into my Database.
3. Retrieve compressed file to unzip it.
4. Read file.
How can I efficiently compress the file ?
Which method should I use ?
What type of variable should I deal with ? (String, Byte ()?)
Would you have a functional example in .net to help me ?
Thanks for your help
Hello,
I'm looking to use CompressedStream solution without really understanding its use.
What I am trying to do:
1. compress file.
2. Insert the compressed file into my Database.
3. Retrieve compressed file to unzip it.
4. Read file.
How can I efficiently compress the file ?
Which method should I use ?
What type of variable should I deal with ? (String, Byte ()?)
Would you have a functional example in .net to help me ?
Thanks for your help