Package org.teavm.classlib.fs.c
Class CFileSystem
java.lang.Object
org.teavm.classlib.fs.c.CFileSystem
- All Implemented Interfaces:
VirtualFileSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalize(String path)
static int
homeDirectory(org.teavm.interop.Address resultPtr)
boolean
static int
tempDirectory(org.teavm.interop.Address resultPtr)
-
Constructor Details
-
CFileSystem
public CFileSystem()
-
-
Method Details
-
getUserDir
- Specified by:
getUserDir
in interfaceVirtualFileSystem
-
getFile
- Specified by:
getFile
in interfaceVirtualFileSystem
-
isWindows
public boolean isWindows()- Specified by:
isWindows
in interfaceVirtualFileSystem
-
canonicalize
- Specified by:
canonicalize
in interfaceVirtualFileSystem
-
homeDirectory
public static int homeDirectory(org.teavm.interop.Address resultPtr) -
tempDirectory
public static int tempDirectory(org.teavm.interop.Address resultPtr)
-