Package | Description |
---|---|
com.dalsemi.onewire.application.file |
Modifier and Type | Method and Description |
---|---|
OWFileDescriptor |
OWFileOutputStream.getFD()
Returns the file descriptor associated with this stream.
|
OWFileDescriptor |
OWFileInputStream.getFD()
Returns the
OWFileDescriptor
object that represents the connection to
the actual file in the Filesystem being
used by this FileInputStream . |
OWFileDescriptor |
OWFile.getFD()
Returns the
OWFileDescriptor
object that represents the connection to
the actual file in the Filesystem being
used by this OWFileInputStream . |
Constructor and Description |
---|
OWFileInputStream(OWFileDescriptor fdObj)
Creates a
OWFileInputStream by using the file descriptor
fdObj , which represents an existing connection to an
actual file in the Filesystem. |
OWFileOutputStream(OWFileDescriptor fdObj)
Creates an output file stream to write to the specified file
descriptor, which represents an existing connection to an actual
file in the Filesystem.
|
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.