Package | Description |
---|---|
com.dalsemi.onewire.application.file |
Constructor and Description |
---|
OWFileInputStream(OneWireContainer[] owd,
java.lang.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,
java.lang.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,
java.lang.String name)
Creates an output file stream to write to the file with the
specified name.
|
OWFileOutputStream(OneWireContainer[] owd,
java.lang.String name,
boolean append)
Creates an output file stream to write to the file with the specified
name . |
OWFileOutputStream(OneWireContainer owd,
java.lang.String name)
Creates an output file stream to write to the file with the
specified name.
|
OWFileOutputStream(OneWireContainer owd,
java.lang.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. |
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.