bufferedstream
bufferedstream copied to clipboard
Doesn't have the unpipe implementation
I am using this package to create a buffered stream that is then consumed by one of the unzip packages. The unzip package has an 'unpipe' call which fails since there is no implementation of 'unpipe' in bufferedstream. Is there a way to implement our own 'unpipe' method on the client?