2003.09.15


jdc.java.io
Class File

java.lang.Object
  |
  +--java.io.File
        |
        +--jdc.java.io.File
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class File
extends java.io.File

A wrapper class for java.io.File.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
File(java.lang.String fileName)
          Constructs a new File object.
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File

public File(java.lang.String fileName)
Constructs a new File object.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.