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:
JDK 11 java.desktop.jmod - Desktop Module
JDK 11 java.desktop.jmod is the JMOD file for JDK 11 Desktop module.
JDK 11 Desktop module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\java.desktop.jmod.
JDK 11 Desktop module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Desktop module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\java.desktop.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/imageio/plugins/tiff/TIFFImageMetadataFormatResources.java
/*
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.imageio.plugins.tiff;
import java.util.ListResourceBundle;
public class TIFFImageMetadataFormatResources extends ListResourceBundle {
private static final Object[][] contents = {
{ "TIFFIFD", "An IFD (directory) containing fields" },
{ "TIFFIFD/parentTagNumber",
"The tag number of the field pointing to this IFD" },
{ "TIFFIFD/parentTagName",
"A mnemonic name for the field pointing to this IFD, if known" },
{ "TIFFField", "A field containing data" },
{ "TIFFField/number", "The tag number asociated with the field" },
{ "TIFFField/name",
"A mnemonic name associated with the field, if known" },
{ "TIFFUndefined", "Uninterpreted byte data" },
{ "TIFFUndefined/value", "A list of comma-separated byte values" },
{ "TIFFBytes", "A sequence of TIFFByte nodes" },
{ "TIFFByte", "An integral value between 0 and 255" },
{ "TIFFByte/value", "The value" },
{ "TIFFByte/description", "A description, if available" },
{ "TIFFAsciis", "A sequence of TIFFAscii nodes" },
{ "TIFFAscii", "A String value" },
{ "TIFFAscii/value", "The value" },
{ "TIFFShorts", "A sequence of TIFFShort nodes" },
{ "TIFFShort", "An integral value between 0 and 65535" },
{ "TIFFShort/value", "The value" },
{ "TIFFShort/description", "A description, if available" },
{ "TIFFSShorts", "A sequence of TIFFSShort nodes" },
{ "TIFFSShort", "An integral value between -32768 and 32767" },
{ "TIFFSShort/value", "The value" },
{ "TIFFSShort/description", "A description, if available" },
{ "TIFFLongs", "A sequence of TIFFLong nodes" },
{ "TIFFLong", "An integral value between 0 and 4294967295" },
{ "TIFFLong/value", "The value" },
{ "TIFFLong/description", "A description, if available" },
{ "TIFFSLongs", "A sequence of TIFFSLong nodes" },
{ "TIFFSLong", "An integral value between -2147483648 and 2147483647" },
{ "TIFFSLong/value", "The value" },
{ "TIFFSLong/description", "A description, if available" },
{ "TIFFRationals", "A sequence of TIFFRational nodes" },
{ "TIFFRational",
"A rational value consisting of an unsigned numerator and denominator" },
{ "TIFFRational/value",
"The numerator and denominator, separated by a slash" },
{ "TIFFSRationals", "A sequence of TIFFSRational nodes" },
{ "TIFFSRational",
"A rational value consisting of a signed numerator and denominator" },
{ "TIFFSRational/value",
"The numerator and denominator, separated by a slash" },
{ "TIFFFloats", "A sequence of TIFFFloat nodes" },
{ "TIFFFloat", "A single-precision floating-point value" },
{ "TIFFFloat/value", "The value" },
{ "TIFFDoubles", "A sequence of TIFFDouble nodes" },
{ "TIFFDouble", "A double-precision floating-point value" },
{ "TIFFDouble/value", "The value" },
};
public TIFFImageMetadataFormatResources() {
}
public Object[][] getContents() {
return contents.clone();
}
}
⏎ com/sun/imageio/plugins/tiff/TIFFImageMetadataFormatResources.java
Or download all of them as a single archive file:
File name: java.desktop-11.0.1-src.zip File size: 7974380 bytes Release date: 2018-11-04 Download
⇒ JDK 11 java.instrument.jmod - Instrument Module
2022-08-06, ≈606🔥, 5💬
Popular Posts:
Apache Log4j IOStreams is a Log4j API extension that provides numerous classes from java.io that can...
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...