FileInputStream.getFD

FileInputStream.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 opaque file descriptor object associated with this stream.

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