|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Static Public Member Functions | |
| static string | canonicalize0 (object self, string path) |
| Implements the native method 'canonicalize0'. | |
| static string | canonicalizeWithPrefix0 (object self, string canonicalPrefix, string pathWithCanonicalPrefix) |
| Implements the native method 'canonicalizeWithPrefix0'. | |
| static bool | delete0 (object self, object f) |
| Implements the native method 'delete0'. | |
| static bool | rename0 (object self, object f1, object f2) |
| Implements the native method 'rename0'. | |
| static int | getBooleanAttributes (object self, object f) |
| Implements the native method 'getBooleanAttributes'. | |
| static bool | checkAccess (object self, object f, int access) |
| Implements the native method 'checkAccess'. | |
| static long | getLastModifiedTime (object self, object f) |
| Implements the native method 'getLastModifiedTime'. | |
| static long | getLength (object self, object f) |
| Implements the native method 'getLength'. | |
| static bool | setPermission (object self, object f, int access, bool enable, bool owneronly) |
| Implements the native method 'setPermission'. | |
| static bool | createFileExclusively (object self, string path) |
| Implements the native method 'createFileExclusively'. | |
| static string[] | list (object self, object f) |
| Implements the native method 'list'. | |
| static bool | createDirectory (object self, object f) |
| Implements the native method 'createDirectory'. | |
| static bool | setLastModifiedTime (object self, object f, long time) |
| Implements the native method 'setLastModifiedTime'. | |
| static bool | setReadOnly (object self, object f) |
| Implements the native method 'setReadOnly'. | |
Definition at line 15 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'canonicalize0'.
| self | |
| path |
| NotImplementedException |
Definition at line 133 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'canonicalizeWithPrefix0'.
| self | |
| canonicalPrefix | |
| pathWithCanonicalPrefix |
| NotImplementedException |
Definition at line 174 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'checkAccess'.
| self | |
| f | |
| access |
Definition at line 334 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'createDirectory'.
| self | |
| f |
Definition at line 580 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'createFileExclusively'.
| self | |
| path |
Definition at line 499 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'delete0'.
| self | |
| f |
| NotImplementedException |
Definition at line 214 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'getBooleanAttributes'.
| self | |
| f |
Definition at line 294 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'getLastModifiedTime'.
| self | |
| f |
Definition at line 379 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'getLength'.
| self | |
| f |
Definition at line 418 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'list'.
| self | |
| f |
Definition at line 538 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'rename0'.
| self | |
| f1 | |
| f2 |
| NotImplementedException |
Definition at line 255 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'setLastModifiedTime'.
| self | |
| f | |
| time |
Definition at line 620 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'setPermission'.
| self | |
| f | |
| access | |
| enable | |
| owneronly |
Definition at line 460 of file WinNTFileSystem.cs.
|
static |
Implements the native method 'setReadOnly'.
| self | |
| f |
Definition at line 659 of file WinNTFileSystem.cs.