joeq.ClassLib.sun14_win32.java.io
Class Win32FileSystem

java.lang.Object
  extended by joeq.ClassLib.sun14_win32.java.io.Win32FileSystem
Direct Known Subclasses:
WinNTFileSystem

public abstract class Win32FileSystem
extends Object


Constructor Summary
Win32FileSystem()
           
 
Method Summary
 String canonicalize(String s)
           
 boolean checkAccess(File f, boolean b)
           
 boolean createDirectory(File f)
           
 boolean createFileExclusively(String s)
           
 boolean delete(File f)
           
 boolean deleteOnExit(File f)
           
 int getBooleanAttributes(File f)
           
 long getLastModifiedTime(File f)
           
 long getLength(File f)
           
 String[] list(File f)
           
 boolean rename(File f1, File f2)
           
 boolean setLastModifiedTime(File f, long t)
           
 boolean setReadOnly(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32FileSystem

public Win32FileSystem()
Method Detail

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.