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