HELP!!!

I am attempting to compress a Vector of Strings and send them across a socket to the client.

Inserting a GZIPInputStream/GZIPOutputStream anywhere before the ObjectInputStream/ObjectOutputStream forces the applet to block. I have tried any combination I can think of (differing orders, subclassing the GZIPInputStream, etc), without success.

It seems others have gotten this to work, based upon conversations in other threads in other newsgroups, but I haven't figured out the secret yet! Any help is GREATLY appreciated!

Best Regards,

Martin LaHiff
[email protected]