1 2 3 4 5 6 7 8 9 10 11 12
package NET.worlds.console; public class Startup { private Startup() { } public static native boolean synchronizeStartup(String var0, boolean var1); public static native int getVolumeInfo(); public static native void computeVolumeInfo(String var0); }