Package org.rsbot.util.io

Examples of org.rsbot.util.io.UIDData


    }
  }

  private boolean shouldOverride(final String filename, final String mode) throws FileNotFoundException {
    if (filename.equals("random.dat")) {
      uidData = new UIDData();
    } else if (filename.endsWith("preferences.dat")) {
      prefData = new PreferenceData(1);
    } else if (filename.endsWith("preferences2.dat")) {
      prefData = new PreferenceData(2);
    } else if (filename.endsWith("preferences3.dat")) {
View Full Code Here

TOP

Related Classes of org.rsbot.util.io.UIDData

Copyright © 2018 www.massapicom. 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.