Pascal S. de Kloe wrote: > > Socket, ServerSocket and ZipFile all have a close() method which closes > the respective streams so what's the problem? As I said, those classes do not implement the java.io.Closeable interfance. Andreas.