Uses of Class
com.dalsemi.onewire.application.file.OWFile

Packages that use OWFile
com.dalsemi.onewire.application.file   
 

Uses of OWFile in com.dalsemi.onewire.application.file
 

Methods in com.dalsemi.onewire.application.file that return OWFile
 OWFile OWFile.getParentFile()
          Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
 OWFile OWFile.getAbsoluteFile()
          Returns the absolute form of this abstract pathname.
 OWFile OWFile.getCanonicalFile()
          Returns the canonical form of this abstract pathname.
 OWFile[] OWFile.listFiles()
          Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
static OWFile[] OWFile.listRoots(OneWireContainer owc)
          List the available filesystem roots.
 

Methods in com.dalsemi.onewire.application.file with parameters of type OWFile
 boolean OWFile.renameTo(OWFile dest)
          Renames the file denoted by this abstract pathname.
 int OWFile.compareTo(OWFile pathname)
          Compares two abstract pathnames lexicographically.
 

Constructors in com.dalsemi.onewire.application.file with parameters of type OWFile
OWFileInputStream(OWFile file)
          Creates a OWFileInputStream by opening a connection to an actual file, the file named by the File object file in the Filesystem.
OWFileOutputStream(OWFile file)
          Creates a file output stream to write to the file represented by the specified File object.
OWFile(OWFile parent, String child)
          Creates a new OWFile instance from a parent abstract pathname and a child pathname string.
 



Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.