Forum Navigation
Seekable streams
Posted: 06/03/08 07:23:36I'm downloading some data from a mysql server that I want to zip before passing it on. The problem is that the only way I've found to do this is by saving it to a temporary file as ZipBlockWriter? requires a seekable OutputStream?.
I checked the different streams, and could not find anyone who implements this other than file streams.
Why isn't this added in tango? I guess there are good reasons, but it would be useful as in my example above.












