|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OWFileDescriptor | |
com.dalsemi.onewire.application.file |
Uses of OWFileDescriptor in com.dalsemi.onewire.application.file |
Methods in com.dalsemi.onewire.application.file that return OWFileDescriptor | |
OWFileDescriptor |
OWFileInputStream.getFD()
Returns the OWFileDescriptor
object that represents the connection to
the actual file in the Filesystem being
used by this FileInputStream . |
OWFileDescriptor |
OWFileOutputStream.getFD()
Returns the file descriptor associated with this stream. |
OWFileDescriptor |
OWFile.getFD()
Returns the OWFileDescriptor
object that represents the connection to
the actual file in the Filesystem being
used by this OWFileInputStream . |
Constructors in com.dalsemi.onewire.application.file with parameters of type OWFileDescriptor | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |