Why you can read data from already closed ByteArrayOutputStream?
I’m wondering why you still can read bytes from already closed ByteArrayOutputStream. Doesn’t this line from docs mean the opposite? public void close (): Closes this stream. This releases system …