日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

OpenJDK8基础类库包清单

發布時間:2023/12/10 编程问答 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 OpenJDK8基础类库包清单 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
包中文描述英文描述
java.applet提供創建小程序所需的類,以及小程序用于與其小程序上下文進行通信的類。Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
java.awt包含用于創建用戶界面以及繪制圖形和圖像的所有類。Contains all of the classes for creating user interfaces and for painting graphics and images.
java.awt.color提供色彩空間的類。Provides classes for color spaces.
java.awt.datatransfer提供用于在應用程序之間和應用程序內部傳輸數據的接口和類。Provides interfaces and classes for transferring data between and within applications.
java.awt.dnd拖放是許多圖形用戶界面系統中的直接操作手勢,它提供了一種在邏輯上與GUI中的表示元素關聯的兩個實體之間傳輸信息的機制。Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
java.awt.event提供用于處理AWT組件觸發的不同類型事件的接口和類。Provides interfaces and classes for dealing with different types of events fired by AWT components.
java.awt.font提供與字體有關的類和接口。Provides classes and interface relating to fonts.
java.awt.geom提供Java 2D類,以定義和執行與二維幾何相關的對象。Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
java.awt.im提供輸入法框架的類和接口。Provides classes and interfaces for the input method framework.
java.awt.im.spi提供的接口可以開發可與任何Java運行時環境一起使用的輸入法。Provides interfaces that enable the development of input methods that can be used with any Java runtime environment.
java.awt.image提供用于創建和修改圖像的類。Provides classes for creating and modifying images.
java.awt.image.renderable提供用于生成與渲染無關的圖像的類和接口。Provides classes and interfaces for producing rendering-independent images.
java.awt.print提供常規打印API的類和接口。Provides classes and interfaces for a general printing API.
java.beans包含與開發bean有關的類 -基于JavaBeans?體系結構的組件。Contains classes related to developing beans – components based on the JavaBeans? architecture.
java.beans.beancontext提供與bean上下文有關的類和接口。Provides classes and interfaces relating to bean context.
java.io通過數據流,序列化和文件系統提供系統輸入和輸出。Provides for system input and output through data streams, serialization and the file system.
java.lang提供對Java編程語言的設計至關重要的類。Provides classes that are fundamental to the design of the Java programming language.
java.lang.annotation提供對Java編程語言注釋工具的庫支持。Provides library support for the Java programming language annotation facility.
java.lang.instrument提供的服務使Java編程語言代理可以檢測在JVM上運行的程序。Provides services that allow Java programming language agents to instrument programs running on the JVM.
java.lang.invoke該java.lang.invoke軟件包包含Java核心類庫和虛擬機直接提供的動態語言支持。The java.lang.invoke package contains dynamic language support provided directly by the Java core class libraries and virtual machine.
java.lang.management提供管理界面,用于監視和管理Java虛擬機以及Java運行時中的其他組件。Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
java.lang.ref提供引用對象類,該類支持與垃圾收集器進行有限程度的交互。Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
java.lang.reflect提供用于獲取有關類和對象的反射信息的類和接口。Provides classes and interfaces for obtaining reflective information about classes and objects.
java.math提供用于執行任意精度整數算術(BigInteger)和任意精度十進制算術(BigDecimal)的類。Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
java.net提供用于實現聯網應用程序的類。Provides the classes for implementing networking applications.
java.nio定義緩沖區,緩沖區是數據的容器,并提供其他NIO包的概述。Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
java.nio.channels定義通道,這些通道代表與能夠執行I / O操作的實體(例如文件和套接字)的連接;定義用于多路復用,非阻塞I / O操作的選擇器。Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
java.nio.channels.spijava.nio.channels軟件包的服務提供者類。Service-provider classes for the java.nio.channels package.
java.nio.charset定義字符集,解碼器和編碼器,以便在字節和Unicode字符之間進行轉換。Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
java.nio.charset.spijava.nio.charset軟件包的服務提供者類。Service-provider classes for the java.nio.charset package.
java.nio.file定義Java虛擬機訪問文件,文件屬性和文件系統的接口和類。Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
java.nio.file.attribute提供訪問文件和文件系統屬性的接口和類。Interfaces and classes providing access to file and file system attributes.
java.nio.file.spijava.nio.file軟件包的服務提供者類。Service-provider classes for the java.nio.file package.
java.rmi提供RMI軟件包。Provides the RMI package.
java.rmi.activation提供對RMI對象激活的支持。Provides support for RMI Object Activation.
java.rmi.dgc為RMI分布式垃圾收集(DGC)提供類和接口。Provides classes and interface for RMI distributed garbage-collection (DGC).
java.rmi.registry為RMI注冊表提供一個類和兩個接口。Provides a class and two interfaces for the RMI registry.
java.rmi.server提供用于支持RMI服務器端的類和接口。Provides classes and interfaces for supporting the server side of RMI.
java.security提供安全框架的類和接口。Provides the classes and interfaces for the security framework.
java.security.acl該軟件包中的類和接口已被java.security軟件包中的類所取代。The classes and interfaces in this package have been superseded by classes in the java.security package.
java.security.cert提供用于解析和管理證書,證書吊銷列表(CRL)和證書路徑的類和接口。Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
java.security.interfaces提供用于生成RSA實驗室技術說明PKCS#1中定義的RSA(Rivest,Shamir和Adleman AsymmetricCipher算法)密鑰和NIST FIPS-186中定義的DSA(數字簽名算法)密鑰的接口。Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST’s FIPS-186.
java.security.spec提供用于關鍵規范和算法參數規范的類和接口。Provides classes and interfaces for key specifications and algorithm parameter specifications.
java.sql提供用于使用JavaTM編程語言訪問和處理存儲在數據源(通常是關系數據庫)中的數據的API 。Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language.
java.text提供用于以獨立于自然語言的方式處理文本,日期,數字和消息的類和接口。Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
java.text.spijava.text包中的類的服務提供者類。Service provider classes for the classes in the java.text package.
java.time日期,時間,瞬間和持續時間的主要API。The main API for dates, times, instants, and durations.
java.time.chrono日歷系統的通用API,而不是默認ISO。Generic API for calendar systems other than the default ISO.
java.time.format提供用于打印和解析日期和時間的類。Provides classes to print and parse dates and times.
java.time.temporal使用字段和單位以及日期時間調節器訪問日期和時間。Access to date and time using fields and units, and date time adjusters.
java.time.zone支持時區及其規則。Support for time-zones and their rules.
java.util包含集合框架,舊式集合類,事件模型,日期和時間工具,國際化和其他實用程序類(字符串標記器,隨機數生成器和位數組)。Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array).
java.util.concurrent實用程序類通常在并發編程中很有用。Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic一個小的類工具包,支持對單個變量進行無鎖線程安全編程,即原子操作類包。A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks接口和類提供了用于鎖定和等待條件的框架,這些條件不同于內置的同步和監視器。Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
java.util.function為lambda表達式和方法引用提供目標類型的功能接口。Functional interfaces provide target types for lambda expressions and method references.
java.util.jar提供用于讀取和寫入JAR(Java ARchive)文件格式的類,該文件格式基于帶有可選清單文件的標準ZIP文件格式。Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
java.util.logging提供Java TM 2平臺的核心日志記錄設施的類和接口。Provides the classes and interfaces of the JavaTM 2 platform’s core logging facilities.
java.util.prefs該軟件包允許應用程序存儲和檢索用戶和系統的首選項和配置數據。This package allows applications to store and retrieve user and system preference and configuration data.
java.util.regex用于將字符序列與正則表達式指定的模式進行匹配的類。Classes for matching character sequences against patterns specified by regular expressions.
java.util.spijava.util包中的類的服務提供者類。Service provider classes for the classes in the java.util package.
java.util.stream用于支持對元素流進行功能樣式操作的類,例如對集合的map-reduce轉換。Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
java.util.zip提供用于讀取和寫入標準ZIP和GZIP文件格式的類。Provides classes for reading and writing the standard ZIP and GZIP file formats.
javax.accessibility在用戶界面組件和提供對這些組件的訪問的輔助技術之間定義合同。Defines a contract between user-interface components and an assistive technology that provides access to those components.
javax.activation
javax.activity包含解組期間由ORB機械拋出的與活動服務相關的異常。Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.
javax.annotation
javax.annotation.processing用于聲明注釋處理器并允許注釋處理器與注釋處理工具環境通信的工具。Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
javax.crypto提供用于加密操作的類和接口。Provides the classes and interfaces for cryptographic operations.
javax.crypto.interfaces提供RSA實驗室PKCS#3中定義的Diffie-Hellman密鑰的接口。Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories’ PKCS #3.
javax.crypto.spec提供用于關鍵規范和算法參數規范的類和接口。Provides classes and interfaces for key specifications and algorithm parameter specifications.
javax.imageioJava Image I / O API的主要軟件包。The main package of the Java Image I/O API.
javax.imageio.eventJava Image I / O API的程序包,用于在圖像讀寫期間同步事件通知。A package of the Java Image I/O API dealing with synchronous notification of events during the reading and writing of images.
javax.imageio.metadataJava Image I / O API的軟件包,用于處理元數據的讀寫。A package of the Java Image I/O API dealing with reading and writing metadata.
javax.imageio.plugins.bmp包含內置BMP插件使用的公共類的軟件包。Package containing the public classes used by the built-in BMP plug-in.
javax.imageio.plugins.jpeg支持內置JPEG插件的類。Classes supporting the built-in JPEG plug-in.
javax.imageio.spiJava Image I / O API的程序包,其中包含用于讀取器,寫入器,代碼轉換器和流的插件接口,以及運行時注冊表。A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.
javax.imageio.stream一組Java Image I / O API,用于處理文件和流中的低級I / O。A package of the Java Image I/O API dealing with low-level I/O from files and streams.
javax.jws
javax.jws.soap
javax.lang.model用于對Java編程語言進行建模的程序包的類和層次結構。Classes and hierarchies of packages used to model the Java programming language.
javax.lang.model.element用于對Java編程語言的元素進行建模的接口。Interfaces used to model elements of the Java programming language.
javax.lang.model.type用于對Java編程語言類型進行建模的接口。Interfaces used to model Java programming language types.
javax.lang.model.util輔助處理程序元素和 類型的實用工具 。Utilities to assist in the processing of program elements and types.
javax.management提供Java管理擴展的核心類。Provides the core classes for the Java Management Extensions.
javax.management.loading提供實現高級動態加載的類。Provides the classes which implement advanced dynamic loading.
javax.management.modelmbean提供ModelMBean類的定義。Provides the definition of the ModelMBean classes.
javax.management.monitor提供監視器類的定義。Provides the definition of the monitor classes.
javax.management.openmbean提供開放數據類型和Open MBean描述符類。Provides the open data types and Open MBean descriptor classes.
javax.management.relation提供關系服務的定義。Provides the definition of the Relation Service.
javax.management.remote用于遠程訪問JMX MBean服務器的接口。Interfaces for remote access to JMX MBean servers.
javax.management.remote.rmiRMI連接器是JMX遠程API的連接器,使用RMI將客戶端請求傳輸到遠程MBean服務器。The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
javax.management.timer提供Timer MBean的定義。Provides the definition of the Timer MBean.
javax.naming提供用于訪問命名服務的類和接口。Provides the classes and interfaces for accessing naming services.
javax.naming.directory擴展javax.naming包以提供用于訪問目錄服務的功能。Extends the javax.naming package to provide functionality for accessing directory services.
javax.naming.event訪問命名和目錄服務時提供事件通知支持。Provides support for event notification when accessing naming and directory services.
javax.naming.ldap提供對LDAPv3擴展操作和控件的支持。Provides support for LDAPv3 extended operations and controls.
javax.naming.spi
javax.net提供用于網絡應用程序的類。Provides classes for networking applications.
javax.net.ssl提供安全套接字包的類。Provides classes for the secure socket package.
javax.print提供Java TM Print Service API的主體類和接口。Provides the principal classes and interfaces for the JavaTM Print Service API.
javax.print.attribute提供描述Java TM Print Service屬性類型以及如何將它們收集到屬性集中的類和接口。Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets.
javax.print.attribute.standard軟件包javax.print.attribute.standard包含用于特定打印屬性的類。Package javax.print.attribute.standard contains classes for specific printing attributes.
javax.print.event軟件包javax.print.event包含事件類和偵聽器接口。Package javax.print.event contains event classes and listener interfaces.
javax.rmi包含RMI-IIOP的用戶API。Contains user APIs for RMI-IIOP.
javax.rmi.CORBA包含RMI-IIOP的可移植性API。Contains portability APIs for RMI-IIOP.
javax.rmi.ssl提供安全套接字層(SSL)或傳輸層安全性(TLS)協議RMIClientSocketFactory 并RMIServerSocketFactory在其之上的實現。Provides implementations of RMIClientSocketFactory and RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
javax.script腳本API由定義Java TM腳本引擎的接口和類組成,并提供了在Java應用程序中使用它們的框架。The scripting API consists of interfaces and classes that define Java TM Scripting Engines and provides a framework for their use in Java applications.
javax.security.auth該軟件包提供了用于身份驗證和授權的框架。This package provides a framework for authentication and authorization.
javax.security.auth.callback該包提供服務與應用程序交互以便檢索信息(例如,包括用戶名或密碼的身份驗證數據)或顯示信息(例如,錯誤和警告消息)所必需的類。This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).
javax.security.auth.kerberos該軟件包包含與Kerberos網絡身份驗證協議相關的實用程序類。This package contains utility classes related to the Kerberos network authentication protocol.
javax.security.auth.login該軟件包提供了可插入的身份驗證框架。This package provides a pluggable authentication framework.
javax.security.auth.spi該軟件包提供了用于實現可插入身份驗證模塊的接口。This package provides the interface to be used for implementing pluggable authentication modules.
javax.security.auth.x500此程序包包含應用于在Subject中存儲X500主體和X500專用證書的類 。This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a Subject.
javax.security.cert提供公共密鑰證書的類。Provides classes for public key certificates.
javax.security.sasl包含用于支持SASL的類和接口。Contains class and interfaces for supporting SASL.
javax.sound.midi提供用于MIDI(樂器數字接口)數據的I / O,排序和合成的接口和類。Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
javax.sound.midi.spi提供接口,供服務提供商在提供新的MIDI設備,MIDI文件讀取器和寫入器或聲音庫讀取器時實施。Supplies interfaces for service providers to implement when offering new MIDI devices, MIDI file readers and writers, or sound bank readers.
javax.sound.sampled提供用于捕獲,處理和回放采樣音頻數據的接口和類。Provides interfaces and classes for capture, processing, and playback of sampled audio data.
javax.sound.sampled.spi提供新的類,供服務提供者在提供新的音頻設備,聲音文件讀取器和寫入器或音頻格式轉換器時子類化。Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters.
javax.sql提供用于從Java TM編程語言訪問和處理服務器端數據源的API 。Provides the API for server side data source access and processing from the JavaTM programming language.
javax.sql.rowsetJDBCRowSet 實現的標準接口和基類。Standard interfaces and base classes for JDBC RowSet implementations.
javax.sql.rowset.serial提供實用程序類,以允許Java編程語言中SQL類型和數據類型之間的可序列化映射。Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
javax.sql.rowset.spi第三方供應商在實現同步提供程序時必須使用的標準類和接口。The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
javax.swing提供一組“輕量級”(所有Java語言)組件,這些組件在最大程度上可以在所有平臺上工作。Provides a set of “lightweight” (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
javax.swing.border提供用于在Swing組件周圍繪制專用邊框的類和接口。Provides classes and interface for drawing specialized borders around a Swing component.
javax.swing.colorchooser包含JColorChooser 組件使用的類和接口。Contains classes and interfaces used by the JColorChooser component.
javax.swing.event提供由Swing組件觸發的事件。Provides for events fired by Swing components.
javax.swing.filechooser包含JFileChooser組件使用的類和接口。Contains classes and interfaces used by the JFileChooser component.
javax.swing.plaf提供一個接口和許多抽象類,Swing使用這些接口來提供其可插入的外觀功能。Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
javax.swing.plaf.basic提供根據基本外觀構建的用戶界面對象。Provides user interface objects built according to the Basic look and feel.
javax.swing.plaf.metal提供根據Java外觀(默認代碼為Metal)構建的用戶界面對象。Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.
javax.swing.plaf.multi提供結合了兩個或多個外觀的用戶界面對象。Provides user interface objects that combine two or more look and feels.
javax.swing.plaf.nimbus提供根據跨平臺Nimbus外觀構建的用戶界面對象。Provides user interface objects built according to the cross-platform Nimbus look and feel.
javax.swing.plaf.synthSynth是一種可換膚的外觀,可以委派所有繪畫。Synth is a skinnable look and feel in which all painting is delegated.
javax.swing.table提供用于處理的類和接口 javax.swing.JTable。Provides classes and interfaces for dealing with javax.swing.JTable.
javax.swing.text提供處理可編輯和不可編輯文本組件的類和接口。Provides classes and interfaces that deal with editable and noneditable text components.
javax.swing.text.html提供HTMLEditorKit用于創建HTML文本編輯器的類和支持類。Provides the class HTMLEditorKit and supporting classes for creating HTML text editors.
javax.swing.text.html.parser提供默認的HTML解析器以及支持類。Provides the default HTML parser, along with support classes.
javax.swing.text.rtf提供RTFEditorKit用于創建Rich-Text-Format文本編輯器的類()。Provides a class (RTFEditorKit) for creating Rich-Text-Format text editors.
javax.swing.tree提供用于處理的類和接口 javax.swing.JTree。Provides classes and interfaces for dealing with javax.swing.JTree.
javax.swing.undo允許開發人員在文本編輯器等應用程序中提供對撤消/重做的支持。Allows developers to provide support for undo/redo in applications such as text editors.
javax.tools提供可從程序(例如,編譯器)調用的工具的接口。Provides interfaces for tools which can be invoked from a program, for example, compilers.
javax.transaction包含解組期間ORB機制拋出的三個異常。Contains three exceptions thrown by the ORB machinery during unmarshalling.
javax.transaction.xa提供用于定義事務管理器和資源管理器之間的合同的API,該API允許事務管理器在JTA事務中登記和取消列出資源對象(由資源管理器驅動程序提供)。Provides the API that defines the contract between the transaction manager and the resource manager, which allows the transaction manager to enlist and delist resource objects (supplied by the resource manager driver) in JTA transactions.
javax.xml
javax.xml.bind為客戶端應用程序提供運行時綁定框架,其中包括解組,編組和驗證功能。Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.bind.annotation定義用于自定義Java程序元素到XML Schema映射的注釋。Defines annotations for customizing Java program elements to XML Schema mapping.
javax.xml.bind.annotation.adaptersXmlAdapter 及其規范定義的子類,以允許將任意Java類與JAXB一起使用。XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
javax.xml.bind.attachment該程序包由基于MIME的程序包處理器實現,該處理器能夠以基于MIME的程序包格式解釋和創建優化的二進制數據。This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
javax.xml.bind.helpersJAXB Provider僅供使用:為某些javax.xml.bind接口提供部分默認的實現。JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind.util有用的客戶端實用程序類。Useful client utility classes.
javax.xml.cryptoXML密碼學的通用類。Common classes for XML cryptography.
javax.xml.crypto.dom包的DOM特定類javax.xml.crypto。DOM-specific classes for the javax.xml.crypto package.
javax.xml.crypto.dsig用于生成和驗證XML數字簽名的類。Classes for generating and validating XML digital signatures.
javax.xml.crypto.dsig.dom包的DOM特定類javax.xml.crypto.dsig。DOM-specific classes for the javax.xml.crypto.dsig package.
javax.xml.crypto.dsig.keyinfo用于解析和處理KeyInfo元素和結構的類。Classes for parsing and processing KeyInfo elements and structures.
javax.xml.crypto.dsig.specXML數字簽名的參數類。Parameter classes for XML digital signatures.
javax.xml.datatypeXML / Java類型映射。XML/Java Type Mappings.
javax.xml.namespaceXML命名空間處理。XML Namespace processing.
javax.xml.parsers提供允許處理XML文檔的類。Provides classes allowing the processing of XML documents.
javax.xml.soap提供用于創建和構建SOAP消息的API。Provides the API for creating and building SOAP messages.
javax.xml.stream
javax.xml.stream.events
javax.xml.stream.util
javax.xml.transform該包定義了用于處理轉換指令以及執行從源到結果的轉換的通用API。This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
javax.xml.transform.dom該軟件包實現了特定于DOM的轉換API。This package implements DOM-specific transformation APIs.
javax.xml.transform.sax該軟件包實現了SAX2特定的轉換API。This package implements SAX2-specific transformation APIs.
javax.xml.transform.stax提供特定于StAX的轉換API。Provides for StAX-specific transformation APIs.
javax.xml.transform.stream該軟件包實現了特定于流和URI的轉換API。This package implements stream- and URI- specific transformation APIs.
javax.xml.validation該軟件包提供了用于驗證XML文檔的API。This package provides an API for validation of XML documents.
javax.xml.ws該軟件包包含核心JAX-WS API。This package contains the core JAX-WS APIs.
javax.xml.ws.handler該軟件包定義了消息處理程序的API。This package defines APIs for message handlers.
javax.xml.ws.handler.soap該軟件包為SOAP消息處理程序定義了API。This package defines APIs for SOAP message handlers.
javax.xml.ws.http該軟件包定義了特定于HTTP綁定的API。This package defines APIs specific to the HTTP binding.
javax.xml.ws.soap該軟件包定義了特定于SOAP綁定的API。This package defines APIs specific to the SOAP binding.
javax.xml.ws.spi該軟件包定義了JAX-WS的SPI。This package defines SPIs for JAX-WS.
javax.xml.ws.spi.http提供HTTP SPI,該SPI用于容器中JAX-WS Web服務的可移植部署(例如Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
javax.xml.ws.wsaddressing該軟件包定義了與WS-Addressing相關的API。This package defines APIs related to WS-Addressing.
javax.xml.xpath該軟件包提供了一個對象模型中立的API,用于評估XPath表達式和訪問評估環境。This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
org.ietf.jgss該軟件包提供了一個框架,該框架允許應用程序開發人員使用統一的API利用來自各種基礎安全機制(如Kerberos)的身份驗證,數據完整性和數據機密性等安全服務。This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
org.omg.CORBA提供OMG CORBA API到Java TM 編程語言(包括類ORB)的映射,該語言已實現,以便程序員可以將其用作功能齊全的對象請求代理(ORB)。Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
org.omg.CORBA_2_3CORBA_2_3軟件包定義了Java [tm]標準版6中現有CORBA接口的新增功能。這些更改發生在OMG定義的CORBA API的最新修訂版中。新方法已添加到從CORBA包中的相應接口派生的接口。這提供了向后兼容性,并避免破壞JCK測試。The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests.
org.omg.CORBA_2_3.portable提供用于值類型的輸入和輸出的方法,并包含對org/omg/CORBA/portable包的其他更新。Provides methods for the input and output of value types, and contains other updates to the org/omg/CORBA/portable package.
org.omg.CORBA.DynAnyPackage提供與使用的異常DynAny接口(InvalidValue, Invalid,InvalidSeq和 TypeMismatch)。Provides the exceptions used with the DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch).
org.omg.CORBA.ORBPackage提供InvalidName由方法引發ORB.resolve_initial_references 的異常和InconsistentTypeCode由ORB類中的Dynamic Any創建方法引發的異常。Provides the exception InvalidName, which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.
org.omg.CORBA.portable提供可移植性層,即一組ORB API,使一個供應商生成的代碼可以在另一供應商的ORB上運行。Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor’s ORB.
org.omg.CORBA.TypeCodePackage目的是提供用戶定義的異常BadKind 和Bounds,其通過方法在類拋出TypeCode。Provides the user-defined exceptions BadKind and Bounds, which are thrown by methods in in the class TypeCode.
org.omg.CosNaming提供Java IDL的命名服務。Provides a naming service for Java IDL.
org.omg.CosNaming.NamingContextExtPackage該軟件包包含以下類,這些類在org.omg.CosNaming.NamingContextExt中使用 :This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt:
org.omg.CosNaming.NamingContextPackage該軟件包包含org.omg.CosNaming 軟件包的Exception類。This package contains Exception classes for the org.omg.CosNaming package.
org.omg.Dynamic該軟件包包含OMG便攜式攔截器規范( http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06,第21.9節)中指定的動態模塊 。This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.
org.omg.DynamicAny提供類和接口,這些類和接口允許any在運行時遍歷與a相關聯的數據值,并提取數據值的原始組成部分。Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value.
org.omg.DynamicAny.DynAnyFactoryPackage該程序包包含OMG中指定 的DynamicAny模塊的DynAnyFactory接口的 類和異常。通用對象請求代理:體系結構和規范, http ://cgi.omg.org/cgi-bin/doc?formal / 99-10- 07,第9.2.2節。This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
org.omg.DynamicAny.DynAnyPackage該軟件包包含OMG中指定 的DynamicAny模塊的DynAny接口的類和異常,該對象是“通用對象請求代理:體系結構和規范”, http ://cgi.omg.org/cgi-bin/doc?formal / 99-10- 07,第9.2節。This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
org.omg.IOP此軟件包包含OMG文檔“通用對象請求代理:體系結構和規范”( http://cgi.omg.org/cgi-bin/doc?formal/99-10-07,第13.6節)中指定的IOP模塊 。This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
org.omg.IOP.CodecFactoryPackage此程序包包含IOP :: CodeFactory接口中指定的異常(作為便攜式攔截器規范的一部分)。This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).
org.omg.IOP.CodecPackage該程序包是從IOP :: Codec IDL接口定義生成的。This package is generated from the IOP::Codec IDL interface definition.
org.omg.Messaging該軟件包包含OMG CORBA Messaging規范 http://cgi.omg.org/cgi-bin/doc?formal/99-10-07中指定的Messaging模塊 。This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.
org.omg.PortableInterceptor提供一種注冊ORB掛鉤的機制,通過該機制ORB服務可以攔截ORB的正常執行流程。Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
org.omg.PortableInterceptor.ORBInitInfoPackage該軟件包包含OMG便攜式攔截器規范( http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06,第21.7節)中指定 的PortableInterceptor模塊 的ORBInitInfo本地接口的異常和typedef。.2。This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
org.omg.PortableServer提供類和接口,以使應用程序的服務器端可跨多供應商ORB移植。Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.CurrentPackage使方法實現可以訪問在其上調用了該方法的對象的標識。Provides method implementations with access to the identity of the object on which the method was invoked.
org.omg.PortableServer.POAManagerPackage封裝與之關聯的POA的處理狀態。Encapsulates the processing state of the POAs it is associated with.
org.omg.PortableServer.POAPackage允許程序員構造可在不同ORB產品之間移植的對象實現。Allows programmers to construct object implementations that are portable between different ORB products.
org.omg.PortableServer.portable提供類和接口,以使應用程序的服務器端可跨多供應商ORB移植。Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.ServantLocatorPackage提供用于定位服務方的類和接口。Provides classes and interfaces for locating the servant.
org.omg.SendingContext為值類型的編組提供支持。Provides support for the marshalling of value types.
org.omg.stub.java.rmi包含java.rmi軟件包中出現的Remote類型的RMI-IIOP存根 。Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package.
org.w3c.dom提供文檔對象模型(DOM)的接口。Provides the interfaces for the Document Object Model (DOM).
org.w3c.dom.bootstrap
org.w3c.dom.events
org.w3c.dom.ls
org.w3c.dom.views
org.xml.sax該軟件包提供了核心的SAX API。This package provides the core SAX APIs.
org.xml.sax.ext該軟件包包含與SAX2工具的接口,這些接口不一定會支持兼容的SAX驅動程序。This package contains interfaces to SAX2 facilities that conformant SAX drivers won’t necessarily support.
org.xml.sax.helpers此程序包包含“幫助程序”類,包括對引導基于SAX的應用程序的支持。This package contains “helper” classes, including support for bootstrapping SAX-based applications.

總結

以上是生活随笔為你收集整理的OpenJDK8基础类库包清单的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。