Searched defs:probeContentType (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/java/nio/file/Files/probeContentType/
H A DSimpleFileTypeDetector.java33 public String probeContentType(Path file) throws IOException { method in class:SimpleFileTypeDetector
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/spi/
H A DFileTypeDetector.java104 public abstract String probeContentType(Path path) method in class:FileTypeDetector
/openjdk9/jdk/src/java.base/share/classes/sun/nio/fs/
H A DAbstractFileTypeDetector.java72 public final String probeContentType(Path file) throws IOException { method in class:AbstractFileTypeDetector
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFiles.java1630 public static String probeContentType(Path path) method in class:Files

Completed in 56 milliseconds