inputstream - How to tell if a URL points to file that can be opened for reading -
How can I tell if a URL indicates a file, and that file is actually read without reading the file Can be opened for (if it is too big).
use in Java nio.file.files with isReadable ( Path path) :
Comments
Post a Comment