Package com.dalsemi.onewire.application.file


@Version("1.0.0") @Export package com.dalsemi.onewire.application.file
  • Class
    Description
    An abstract representation of file and directory pathnames on 1-Wire devices.
    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.
    A OWFileInputStream obtains input bytes from a file in a 1-Wire Filesystem.
    Signals that an attempt to open the file on a 1-Wire device denoted.
    A 1-Wire file output stream is an output stream for writing data to a OWFile or to a OWFileDescriptor.
    Represents a failed 1-Wire memory sync operation.