软件包 | 描述 |
---|---|
java.lang.instrument |
提供的服务允许java编程语言的代理工具运行在JVM上的程序。
|
java.net |
为实现网络应用程序提供类。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
Modifier and Type | Method and Description |
---|---|
void |
Instrumentation.appendToBootstrapClassLoaderSearch(JarFile jarfile)
指定用自举类装载器定义的仪器类的一个罐子文件。
|
void |
Instrumentation.appendToSystemClassLoaderSearch(JarFile jarfile)
指定由系统类装载器定义的仪器类的一个罐子文件。
|
Modifier and Type | Method and Description |
---|---|
abstract JarFile |
JarURLConnection.getJarFile()
返回此连接的“文件”文件。
|
Modifier and Type | Method and Description |
---|---|
void |
Pack200.Packer.pack(JarFile in, OutputStream out)
需要时,将它转换成一个pack200档案。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.