Package de.esoco.j2me.storage

Examples of de.esoco.j2me.storage.HierarchicalRecordStorage.reset()


        aDataModel.setProgressMonitor(rMonitor);
        aDataModel.initFromStorage();

        // init will read the data completely; reset the storage to free
        // allocated resources like streams and buffers
        aHRS.reset();
      }
      catch (Exception e)
      {
        throw new UserNotificationException(getString("JL_MtError"),
                          getString("MsInitMdl"), e);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.