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

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractFileTypeDetector.java52 String result = implProbeContentType(file);
59 protected abstract String implProbeContentType(Path file) method in class:AbstractFileTypeDetector
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DRegistryFileTypeDetector.java45 public String implProbeContentType(Path file) throws IOException { method in class:RegistryFileTypeDetector
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DGnomeFileTypeDetector.java60 public String implProbeContentType(Path obj) throws IOException { method in class:GnomeFileTypeDetector
H A DUnixFileSystemProvider.java506 public String implProbeContentType(Path file) {

Completed in 31 milliseconds