joeq.ClassLib.sun14_win32.java.io
Class Win32FileSystem
java.lang.Object
joeq.ClassLib.sun14_win32.java.io.Win32FileSystem
- Direct Known Subclasses:
- WinNTFileSystem
public abstract class Win32FileSystem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Win32FileSystem
public Win32FileSystem()
canonicalize
public String canonicalize(String s)
throws IOException
- Throws:
IOException
getBooleanAttributes
public int getBooleanAttributes(File f)
checkAccess
public boolean checkAccess(File f,
boolean b)
getLastModifiedTime
public long getLastModifiedTime(File f)
getLength
public long getLength(File f)
createFileExclusively
public boolean createFileExclusively(String s)
throws IOException
- Throws:
IOException
delete
public boolean delete(File f)
deleteOnExit
public boolean deleteOnExit(File f)
list
public String[] list(File f)
createDirectory
public boolean createDirectory(File f)
rename
public boolean rename(File f1,
File f2)
setLastModifiedTime
public boolean setLastModifiedTime(File f,
long t)
setReadOnly
public boolean setReadOnly(File f)
Copyright © 2001-2005 John Whaley. All Rights Reserved.