Searched refs:implProbeContentType (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.base/macosx/classes/sun/nio/fs/
H A DUTIFileTypeDetector.java45 protected String implProbeContentType(Path path) throws IOException { method in class:UTIFileTypeDetector
/openjdk10/jdk/src/java.base/share/classes/sun/nio/fs/
H A DAbstractFileTypeDetector.java75 String result = implProbeContentType(file);
92 protected abstract String implProbeContentType(Path file) method in class:AbstractFileTypeDetector
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DRegistryFileTypeDetector.java45 public String implProbeContentType(Path file) throws IOException { method in class:RegistryFileTypeDetector
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DMimeTypesFileTypeDetector.java62 protected String implProbeContentType(Path path) { method in class:MimeTypesFileTypeDetector
H A DUnixFileSystemProvider.java531 public String implProbeContentType(Path file) {
539 * type detectors. When the {@code implProbeContentType} method is invoked
546 protected String implProbeContentType(Path file) throws IOException {
548 String result = detector.implProbeContentType(file);

Completed in 61 milliseconds