| java.lang.Object java.io.FileSystem java.io.UnixFileSystem
UnixFileSystem | public UnixFileSystem()(Code) | | |
checkAccess | native public boolean checkAccess(File f, boolean write)(Code) | | |
createDirectory | native public boolean createDirectory(File f)(Code) | | |
deleteOnExit | native public synchronized boolean deleteOnExit(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) | | |
setLastModifiedTime | native public boolean setLastModifiedTime(File f, long time)(Code) | | |
setReadOnly | native public boolean setReadOnly(File f)(Code) | | |
|
|