java.io.File
java.io.InputStream
java.net.URL
There are four types mode of how BaseIO getting the external resources object :
BaseIO
By default BaseIO class is using CLASS_URL.
CLASS_URL
610611612613614615616617618619620
if (this.bsTimer == null) { this.bsTimer = new SystemTimer(); // GageTimer(); // LoraxTimer(); // // } if (this.bsIO == null) { this.bsIO = new BaseIO(this.getClass()); } if (this.bsLoader == null) { this.bsLoader = new BaseLoader(this.bsIO, Color.MAGENTA); } if (this.bsInput == null) {