| java.lang.Object java.io.FileSystem java.io.UnixFileSystem
UnixFileSystem | public UnixFileSystem()(Code) | | |
checkAccess | native public boolean checkAccess(File f, int access)(Code) | | |
createDirectory | native public boolean createDirectory(File f)(Code) | | |
getBooleanAttributes | public int getBooleanAttributes(File f)(Code) | | |
getBooleanAttributes0 | native public int getBooleanAttributes0(File f)(Code) | | |
getLastModifiedTime | native public long getLastModifiedTime(File f)(Code) | | |
getLength | native public long getLength(File f)(Code) | | |
getPathSeparator | public char getPathSeparator()(Code) | | |
getSeparator | public char getSeparator()(Code) | | |
getSpace | native public long getSpace(File f, int t)(Code) | | |
setLastModifiedTime | native public boolean setLastModifiedTime(File f, long time)(Code) | | |
setPermission | native public boolean setPermission(File f, int access, boolean enable, boolean owneronly)(Code) | | |
setReadOnly | native public boolean setReadOnly(File f)(Code) | | |
|
|