Changeset 32331 for main/trunk/gli


Ignore:
Timestamp:
2018-08-09T18:23:38+12:00 (6 years ago)
Author:
ak19
Message:

Forgot to commit a minor change earlier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/util/Readme_Using_SafeProcess.txt

    r32322 r32331  
    10401040- https://www.experts-exchange.com/questions/20083639/BufferedReader-not-ready.html
    10411041- https://www.quora.com/How-can-I-get-BufferedReader-to-only-wait-for-an-input-from-System-in-for-a-given-number-of-milliseconds
     1042which states "The read() method blocks if there is no data so the only thing you can do is poll the readers ready() method to ensure there is data before you do a read."
    10421043
    10431044There is a Selector class in Java.nio which works like perl and C++ IO::Select().
Note: See TracChangeset for help on using the changeset viewer.