|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OWFileNotFoundException | |
com.dalsemi.onewire.application.file |
Uses of OWFileNotFoundException in com.dalsemi.onewire.application.file |
Constructors in com.dalsemi.onewire.application.file that throw OWFileNotFoundException | |
OWFileInputStream(OneWireContainer owd,
String name)
Creates a FileInputStream by
opening a connection to an actual file,
the file named by the path name name
in the Filesystem. |
|
OWFileInputStream(OneWireContainer[] owd,
String name)
Creates a FileInputStream by
opening a connection to an actual file,
the file named by the path name name
in the Filesystem. |
|
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(OneWireContainer owd,
String name)
Creates an output file stream to write to the file with the specified name. |
|
OWFileOutputStream(OneWireContainer[] owd,
String name)
Creates an output file stream to write to the file with the specified name. |
|
OWFileOutputStream(OneWireContainer owd,
String name,
boolean append)
Creates an output file stream to write to the file with the specified name . |
|
OWFileOutputStream(OneWireContainer[] owd,
String name,
boolean append)
Creates an output file stream to write to the file with the specified name . |
|
OWFileOutputStream(OWFile file)
Creates a file output stream to write to the file represented by the specified File object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |