bufferedstream icon indicating copy to clipboard operation
bufferedstream copied to clipboard

Doesn't have the unpipe implementation

Open vaditya92 opened this issue 5 years ago • 0 comments

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?

vaditya92 avatar Sep 08 '20 06:09 vaditya92