Thursday, March 12, 2009

Can I compress the serial representation of my objects using my own zip/

Question :Can I compress the serial representation of my objects using my own zip/
unzip methods? (CoreJava)

Answer :ObjectOutputStream produces an OutputStream. If your zip object
extends the OutputStream class, there is no problem compressing it.

No comments: