135136137138139140141142143
protected static IOService ioService = null; public IOService ioService() { if ( ioService == null ) { ioService = new IOServiceDotFileImpl(); } return ioService; }
694695696697698699700701702