Details
Description
I developed some nifty code that takes an OutputStream and sort of reverses it as if it were an
InputStream. Error passing and handling close is dealt with. It needs another thread to do the work
which runs in parallel. It uses Piped streams. I created this because I had to conform
GZIPOutputStream to my framework which demanded an InputStream.
See URL to source.