Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #25707

Re: Closing a stream in an applet causes a crash

Date 2011-01-31 11:58 +1100
From Esmond Pitt <esmond.pitt@bigpond.com>
Newsgroups comp.lang.java.programmer
Subject Re: Closing a stream in an applet causes a crash
References <ii4ua5$elc$1@news.eternal-september.org>
Message-ID <4d460960$0$10580$c30e37c6@exi-reader.telstra.net> (permalink)

Show all headers | View raw


On 31/01/2011 11:04 AM, Sam Takoy wrote:
> And everything works perfectly in terms of opening the stream and
> reading from it, until I attempt is.close() - then I get the
>
> java.io.IOException: stream is closed
>
> exception.

That exception means you have already closed the stream or the 
connection yourself. Somewhere in the part starting /////.

Back to comp.lang.java.programmer | Previous | Next | Find similar


Thread

Re: Closing a stream in an applet causes a crash Esmond Pitt <esmond.pitt@bigpond.com> - 2011-01-31 11:58 +1100

csiph-web