Package | Description |
---|---|
com.dalsemi.onewire.application.file |
Modifier and Type | Method and Description |
---|---|
OWFile |
OWFile.getAbsoluteFile()
Returns the absolute form of this abstract pathname.
|
OWFile |
OWFile.getCanonicalFile()
Returns the canonical form of this abstract pathname.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
int |
OWFile.compareTo(OWFile pathname)
Compares two abstract pathnames lexicographically.
|
boolean |
OWFile.renameTo(OWFile dest)
Renames the file denoted by this abstract pathname.
|
Constructor and Description |
---|
OWFile(OWFile parent,
java.lang.String child)
Creates a new
OWFile instance from a parent abstract
pathname and a child pathname string. |
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. |
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.