FileDocCategorySizeDatePackage
PiscesLibrary.javaAPI DocphoneME MR2 API (J2ME)1377Wed May 02 18:00:36 BST 2007com.sun.pisces

PiscesLibrary

public final class PiscesLibrary extends Object

Fields Summary
private static boolean
loaded
Constructors Summary
private PiscesLibrary()

    
Methods Summary
public static synchronized voidload()

        if (!loaded) {
            System.loadLibrary("pisces");
            loaded = true;
        }