compression deflate

  • Thread starter Thread starter Analizer1
  • Start date Start date
A

Analizer1

i would like to store the compressed stream in a table
is there a way to convert the compressed stream to
a string or someother storeable data type


thanks
 
from what ive worked with
write() compresses
read() un-compresses

i tried to read the compressed bytes but fails
says Not supported
I dont have the exact error availble right now
 
Back
Top