On 2014-12-22, <[email protected]> wrote: >> * It is possible to extend this class to support different kinds of backing >> storage, the default >> * implementation only supports file-based backing.
Wouldn't it be possible to create a proper interface for "backing stores" and have ScatterZipOutputStream delegate to it? That way you wouldn't need to subclass the stream class just to be able to replace the backing store. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
