public final FileDescriptor getFD () throws IOException

Returns the file descriptor associated with this stream.

Returns:  the FileDescriptor object that represents the connection to the file in the file system being used by this FileOutputStream object.

Exceptions:
IOException    if an I/O error occurs.

See also:
java.io.FileDescriptor