|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Static Public Member Functions | |
| static string | canonicalize0 (object self, string pathname) |
| Implements the native method 'canonicalize0'. | |
| static int | getBooleanAttributes0 (object self, object file) |
| Implements the native method 'getBooleanAttributes0'. | |
| static bool | checkAccess (object self, object file, int a) |
| Implements the native method 'checkAccess'. | |
| static bool | setPermission (object self, object file, int access, bool enable, bool owneronly) |
| Implements the native method 'setPermission'. | |
| static long | getLastModifiedTime (object self, object file) |
| Implements the native method 'getLastModifiedTime'. | |
| static long | getLength (object self, object file) |
| Implements the native method 'getLength'. | |
| static bool | createFileExclusively (object self, string pathname) |
| Implements the native method 'createFileExclusively'. | |
| static bool | delete0 (object self, object file) |
| Implements the native method 'delete0'. | |
| static string[] | list (object self, object file) |
| Implements the native method 'list'. | |
| static bool | createDirectory (object self, object file) |
| Implements the native method 'createDirectory'. | |
| static bool | rename0 (object self, object from, object to) |
| Implements the native method 'rename0'. | |
| static bool | setLastModifiedTime (object self, object file, long time) |
| Implements the native method 'setLastModifiedTime'. | |
| static bool | setReadOnly (object self, object file) |
| Implements the native method 'setReadOnly'. | |
Definition at line 15 of file UnixFileSystem.cs.
|
static |
Implements the native method 'canonicalize0'.
| self | |
| pathname |
| NotImplementedException |
Definition at line 131 of file UnixFileSystem.cs.
|
static |
Implements the native method 'checkAccess'.
| self | |
| file | |
| a |
Definition at line 210 of file UnixFileSystem.cs.
|
static |
Implements the native method 'createDirectory'.
| self | |
| file |
Definition at line 496 of file UnixFileSystem.cs.
|
static |
Implements the native method 'createFileExclusively'.
| self | |
| pathname |
Definition at line 375 of file UnixFileSystem.cs.
|
static |
Implements the native method 'delete0'.
| self | |
| file |
| NotImplementedException |
Definition at line 415 of file UnixFileSystem.cs.
|
static |
Implements the native method 'getBooleanAttributes0'.
| self | |
| file |
Definition at line 170 of file UnixFileSystem.cs.
|
static |
Implements the native method 'getLastModifiedTime'.
| self | |
| file |
Definition at line 297 of file UnixFileSystem.cs.
|
static |
Implements the native method 'getLength'.
| self | |
| file |
Definition at line 336 of file UnixFileSystem.cs.
|
static |
Implements the native method 'list'.
| self | |
| file |
Definition at line 454 of file UnixFileSystem.cs.
|
static |
Implements the native method 'rename0'.
| self | |
| from | |
| to |
| NotImplementedException |
Definition at line 537 of file UnixFileSystem.cs.
|
static |
Implements the native method 'setLastModifiedTime'.
| self | |
| file | |
| time |
Definition at line 577 of file UnixFileSystem.cs.
|
static |
Implements the native method 'setPermission'.
| self | |
| file | |
| access | |
| enable | |
| owneronly |
Definition at line 258 of file UnixFileSystem.cs.
|
static |
Implements the native method 'setReadOnly'.
| self | |
| file |
Definition at line 616 of file UnixFileSystem.cs.