FileOutputStream.getFD

FileOutputStream.getFD

Class Overview | Class Members | This Package | All Packages

Syntax
public final FileDescriptor getFD() throws IOException
Returns
the file descriptor object associated with this stream.
Description
Returns the file descriptor associated with this stream.

Exceptions
IOException if an I/O error occurs.
See Also
FileDescriptor