Class Summary |
OWFile |
An abstract representation of file and directory pathnames on 1-Wire devices. |
OWFileDescriptor |
Instances of the 1-Wire file descriptor class serve as an opaque handle
to the underlying machine-specific structure representing an open
file, an open socket, or another source or sink of bytes. |
OWFileInputStream |
A OWFileInputStream obtains input bytes
from a file in a 1-Wire Filesystem. |
OWFileOutputStream |
A 1-Wire file output stream is an output stream for writing data to a
OWFile or to a OWFileDescriptor . |