Uses of Class
com.dalsemi.onewire.application.file.OWFileDescriptor

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.
 



Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.