On 5/2/06, Torsten Curdt <[EMAIL PROTECTED]> wrote:
Sorry, joining the party so late ...but this thread let me to actually
have a look ;)

So my comments:

o Don't like that compressor does both compression and decompression.

I'm ambivalent on this one.

o Always use File not String

+1. Only use 'String filename' when you're doing something to a
filename - otherwise we bloat the APIs for the sake of a new
File(xxx). It's not worth it.

Also, the setXxx stuff seems a bit unnecessary.

For the interface, minimal and stateless seem like important goals.
Having setXxx just means that the implementors have to worry about
thread safety.

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to