Am Sonntag, den 13.07.2008, 20:21 +0100 schrieb Robert Burrell Donkin: > On Sun, Jul 13, 2008 at 8:05 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > In java core classes a stream wrapping another stream extends > > FilterInputStream. BufferingInputStreamAdaptor cannot extends > > BufferingInputStream and FilterInputStream because we don't have > > polymorphism, but I think we should better name the class > > BufferingInputStreamFilter because Adaptor let me think of something > > converting an object in another type of objects, instead this simply wrap a > > stream adding buffering. > > > > Another concern is that maybe "Buffered" is more used than "Buffering" so > > maybe we should also rename %BufferingInputStream% stuff to > > %BufferedInputStream%. > > > > Opinions? > > +1 > > - robert
What about name it ...Wrapper ? Bye Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
