Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class sfc

java.lang.Object
  extended by stec.sfc.Win32.sfc

public final class sfc
extends java.lang.Object

Internally used to initialize SFC.

Since:
1.0.0 01/07/2001

Constructor Summary
sfc()
           
 
Method Summary
static java.lang.String getLibrary()
          Returns the name of the native library being used.
static void setLibraryPath(java.lang.String path)
          Sets the path to the libary.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

sfc

public sfc()
Method Detail

getLibrary

public static final java.lang.String getLibrary()
Returns the name of the native library being used.

Returns:
the name of the native libarary. sfc_w9x on Windows 9x/Me, sfc_wnt on Windows NT and sfc_w2k on Windows 2000/XP.

setLibraryPath

public static final void setLibraryPath(java.lang.String path)
                                 throws java.lang.IllegalStateException
Sets the path to the libary.

Parameters:
the - path to the library
Throws:
java.lang.IllegalStateException - if the library has already been loaded.
Since:
1.2.0 12/03/2002

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.