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

/libcore/ojluni/src/main/java/java/nio/file/spi/
H A DFileTypeDetector.java45 * @see java.nio.file.Files#probeContentType(Path)
102 * @see java.nio.file.Files#probeContentType
104 public abstract String probeContentType(Path path) method in class:FileTypeDetector
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractFileTypeDetector.java49 public final String probeContentType(Path file) throws IOException { method in class:AbstractFileTypeDetector
/libcore/ojluni/src/main/java/java/nio/file/
H A DFiles.java1571 * detector's {@link FileTypeDetector#probeContentType probeContentType} is
1613 public static String probeContentType(Path path) method in class:Files
1618 String result = detector.probeContentType(path);
1624 return FileTypeDetectors.defaultFileTypeDetector.probeContentType(path);

Completed in 307 milliseconds