Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
.mime.types - File Type Map
What is .mime.types file?
✍: FYIcenter.com
.mime.types is a configuration file stored in user's home directory to provide custom mapping between file MIME types and file name extension.
For example, the following .mime.types file in the "fyicenter" home directory maps two MIME types to different file name extensions. Fields in .mime.types file are separated by white spaces.
fyicenter> type c:\users\fyicenter\.mime.types text/plain txt text TXT TEXT java image/jpeg jpg jpeg JPG JPEG
If you run the JAF sample progam, ActivationTest.java, given in the previous tutorial with the above ".mime.types" file in the home directory, you will see:
fyicenter> java -version java version "17.0.5" 2022-10-18 LTS fyicenter> javac -classpath .:javax.activation-1.2.0.jar ActivationTest.java fyicenter> java -classpath .:javax.activation-1.2.0.jar ActivationTest ActivationTest.java getName() = ActivationTest.java getContentType() = text/plain
The output shows that the MIME type of "ActivationTest.java" is "text/plain", according to mappings given the ".mime.types" file.
⇒ JAF 1.2.0 JAR File - javax.activation-1.2.0.jar
⇐ Test Program on java.activation.DataSource
⇑ Downloading activation.jar - JavaBeans Activation Framework
2023-01-23, ∼823🔥, 0💬
Popular Posts:
The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solut...
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...
maven-settings-builder-3 .8.6.jaris the JAR file for Apache Maven 3.8.6 Settings Builder module. Apa...
MP3SPI is a Java Service Provider Interface that adds MP3 (MPEG 1/2/2.5 Layer 1/2/3) audio format su...
HttpComponents Client Source Code Files are provided in the source package file, httpcomponents-clie...