Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #12825
| Date | 2012-03-09 21:21 -0500 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Making System.in interruptible, how? |
| References | <ji0937$tcb$1@news.albasani.net> <jjdk1d$unj$1@news.albasani.net> |
| Message-ID | <4f5abac6$0$290$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 3/9/2012 2:01 PM, Jan Burse wrote: > Jan Burse schrieb: >> Dear All, >> >> Found the following nice article, highlighting how >> it would be possible to make System.in interrupible: >> >> http://www.javaspecialists.eu/archive/Issue153.html >> >> Is this the preferred way to do? i.e. to use some >> polling, or are there other ways around? >> >> Best Regards > > I have finally adopted the ready() solution. I guess that > if the input stream is redirected to a file, the ready() > will mostly return true, so that performance is no issue. File is not the problem. The problem is that it dos not seem to be guaranteed to work. Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Making System.in interruptible, how? Jan Burse <janburse@fastmail.fm> - 2012-03-09 20:01 +0100
Re: Making System.in interruptible, how? Arne Vajhøj <arne@vajhoej.dk> - 2012-03-09 21:21 -0500
Re: Making System.in interruptible, how? Jan Burse <janburse@fastmail.fm> - 2012-03-10 19:30 +0100
Re: Making System.in interruptible, how? Arne Vajhøj <arne@vajhoej.dk> - 2012-03-12 16:18 -0400
Re: Making System.in interruptible, how? Jan Burse <janburse@fastmail.fm> - 2012-03-10 20:30 +0100
csiph-web