- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for guessContentTypeFromName (0.09 sec)
-
src/main/java/org/codelibs/core/net/MimeTypeUtil.java
try { final String mimetype = URLConnection.guessContentTypeFromStream(is); if (mimetype != null) { return mimetype; } return URLConnection.guessContentTypeFromName(path); } catch (final IOException e) { throw new IORuntimeException(e); } finally { CloseableUtil.close(is); } }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.9K bytes - Viewed (0)