boolean isOther()

Martin Buchholz martinrb at google.com
Wed Jul 1 14:03:25 PDT 2009


A suggestion.

    /**
     * Tells whether the file is something other than a regular file, directory,
     * or link.
     */
    boolean isOther();

Since (at least in Unix) there are two kinds of links,
this would be a little clearer if we changed

link => symbolic-link

and perhaps elsewhere in nio2 docs.

Martin



More information about the nio-dev mailing list