Re: Servlet input/output streams

2011-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 6/22/2011 11:23 AM, Ronald Albury wrote: > My understanding is that I should *not* close the servlet input/output > streams (if you don't open them - you shouldn't close them) That seems like good advice. > But wha

Re: Servlet input/output streams

2011-06-22 Thread Rehtron
Albury > My understanding is that I should *not* close the servlet input/output > streams (if you don't open them - you shouldn't close them) > > But what if I have wrapped those streams inside other streams that I want > to > close? Let's say I have several layers of

Servlet input/output streams

2011-06-22 Thread Ronald Albury
My understanding is that I should *not* close the servlet input/output streams (if you don't open them - you shouldn't close them) But what if I have wrapped those streams inside other streams that I want to close? Let's say I have several layers of object streams, cipher strea