#Scanner class help
12 messages · Page 1 of 1 (latest)
Hey, @indigo patio!
Please remember to /close this post once your question has been answered!
Scanner will not satisfy your need you can thread to call update from file. So basically you can store your real time values in file and fetch it through thread where you can put some time line to call after every n second or delay of n second
What do you mean by fetch it through thread
wdym by "real time" is the question. if the file is changing using an active thread you can output the result ideally using locks.
@indigo patio Maybe Output file stream will help you
See in focs
*docs
Dattebayo....
I mean the whole file class will help as it contains Input stream , output stream and file reader it should work....
Ok, tyty