软件包 | 描述 |
---|---|
java.applet |
提供创建一个小程序所需的类和一个小程序用来与它的小程序上下文进行通信的类。
|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.color |
提供颜色空间的类。
|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.beans.beancontext |
提供有关豆上下文的类和接口。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.lang |
提供对java编程语言的设计基础课。
|
java.net |
为实现网络应用程序提供类。
|
java.nio.channels |
定义了渠道,它代表的是能够执行I/O操作的实体连接,如文件和套接字;定义选择器,多路复用,非阻塞I/O操作。
|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
java.nio.file.spi |
为
java.nio.file 包服务提供商类。
|
java.security |
为安全框架提供类和接口。
|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java
TM编程语言。
|
java.util |
包含集合框架、遗留的集合类、事件模型、日期和时间的设施、国际化和各种实用工具类(一个字符串标记,一个随机数发生器,和一位阵列)。
|
java.util.jar |
阅读和写作的罐提供的类(java文件)文件格式,它是基于标准的ZIP文件格式可选清单文件。
|
java.util.logging |
提供类和2的java
TM平台核心测井设备接口。
|
java.util.prefs |
此软件包允许应用程序存储和检索用户和系统偏好和配置数据。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
javax.accessibility |
定义用户界面组件和提供对这些组件的访问的辅助技术之间的一个合同。
|
javax.activation | |
javax.crypto |
提供加密操作的类和接口。
|
javax.imageio |
java的图像I/O API主要包。
|
javax.imageio.stream |
一包I/O API处理底层I/O从文件和流的java图像。
|
javax.management.loading |
提供实现高级动态加载的类。
|
javax.net.ssl |
为安全套接字包提供类。
|
javax.print |
提供了主要的类和接口的java
TM打印服务API。
|
javax.security.auth.x500 |
此包包含要用于存储主和X500 X500在主题私人证书课程。
|
javax.security.cert |
提供公钥证书的类。
|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
javax.sound.midi.spi |
提供接口服务提供商实施时提供新的MIDI设备、MIDI文件的读者和作者,读者或健全的银行。
|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
javax.sound.sampled.spi |
为服务提供抽象类,在提供新的音频设备、声音文件阅读器和作者或音频格式转换器时提供给子类。
|
javax.sql |
提供了对服务器端数据源的访问和处理来自java
TM编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.serial |
提供实用类允许序列化映射之间的SQL类型和数据在java编程语言的类型。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf.synth |
它是一个可更换皮肤的外观和感觉的绘画是授。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
javax.swing.text.rtf |
提供了一个类(
RTFEditorKit )创建富文本格式的文本编辑器。
|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
javax.xml.bind |
为客户端应用程序提供包括解包,编组运行时绑定框架,和验证能力。
|
javax.xml.bind.helpers |
只有使用JAXB提供商:一些的
javax.xml.bind接口提供了部分的默认实现。
|
javax.xml.crypto |
XML加密的公共类。
|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
javax.xml.parsers |
提供允许处理XML文档的类。
|
javax.xml.soap |
提供用于创建和生成消息的接口。
|
javax.xml.stream | |
javax.xml.transform.stream |
这个包实现流和URI的具体转换的API。
|
javax.xml.ws.spi.http |
提供HTTP SPI是用于在容器的便携式部署JAX-WS web服务(例如
|
org.ietf.jgss |
这个包提供了一个框架,允许应用程序开发人员使用的认证安全服务、数据完整性和数据从各种底层的安全机制,如Kerberos的保密性,使用统一的API。
|
org.omg.CORBA.portable |
提供了一个可移植层,即一套球的API,使得代码由一个供应商生成运行在另一个供应商的宝珠。
|
org.w3c.dom.ls | |
org.xml.sax |
这个包提供了核心的SAX。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
AppletContext.getStream(String key)
返回在这个小程序上下文中关联的指定密钥的流。
|
Modifier and Type | Method and Description |
---|---|
void |
AppletContext.setStream(String key, InputStream stream)
将指定的流与此小程序上下文中指定的键关联。
|
Modifier and Type | Method and Description |
---|---|
static Font |
Font.createFont(int fontFormat, InputStream fontStream)
返回使用指定的字体和输入数据的新
Font 。
|
Modifier and Type | Method and Description |
---|---|
static ICC_Profile |
ICC_Profile.getInstance(InputStream s)
构建了一个icc_profile对应于一个InputStream的数据。
|
Constructor and Description |
---|
XMLDecoder(InputStream in)
建立阅读档案的
XMLEncoder 类创建一个新的输入流。
|
XMLDecoder(InputStream in, Object owner)
建立阅读档案的
XMLEncoder 类创建一个新的输入流。
|
XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)
建立阅读档案的
XMLEncoder 类创建一个新的输入流。
|
XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener, ClassLoader cl)
建立阅读档案的
XMLEncoder 类创建一个新的输入流。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
BeanContext.getResourceAsStream(String name, BeanContextChild bcc)
类似于
java.lang.ClassLoader.getResourceAsStream() ,此方法允许一个
BeanContext 实施干预行为之间的孩子
Component 和潜在的
ClassLoader 。
|
InputStream |
BeanContextSupport.getResourceAsStream(String name, BeanContextChild bcc) |
Modifier and Type | Class and Description |
---|---|
class |
BufferedInputStream
一个
BufferedInputStream 添加功能到另一个输入流,即缓冲输入和支持
mark 和
reset 方法的能力。
|
class |
ByteArrayInputStream
一个
ByteArrayInputStream 包含一个内部缓冲区包含的字节,可以从流中读取。
|
class |
DataInputStream
数据输入流,让应用程序读取原始java数据类型从底层输入流中的一个独立于机器的方式。
|
class |
FileInputStream
一个
FileInputStream 获得输入的字节从文件系统中的文件。
|
class |
FilterInputStream
一个
FilterInputStream 包含一些其他输入流,它使用作为其基本数据源,可能改变数据沿道路或提供额外的功能。
|
class |
LineNumberInputStream
过时的。
这个类错误地假定字节充分代表字符。作为JDK 1.1,对字符流操作的首选方式是通过新的字符流类,包括计算行数类。
|
class |
ObjectInputStream
ObjectInputStream将原始数据和对象以前写的使用对象。
|
class |
PipedInputStream
一个管道输入流应该连接到一个管道输出流,管道输入流,然后提供任何数据字节写入到管道输出流。
|
class |
PushbackInputStream
一个
PushbackInputStream 添加功能到另一个输入流,即能够“推”或“未读”一个字节。
|
class |
SequenceInputStream
一个
SequenceInputStream 代表其他输入流的逻辑连接。
|
class |
StringBufferInputStream
过时的。
这个类没有正确地将字符转换为字节。作为 JDK 1.1,要从一个字符串创建一流的首选方式是通过
StringReader 类。
|
Modifier and Type | Field and Description |
---|---|
protected InputStream |
FilterInputStream.in
要过滤的输入流。
|
Constructor and Description |
---|
BufferedInputStream(InputStream in)
创建一个
BufferedInputStream 和保存它的参数,输入流
in ,供以后使用。
|
BufferedInputStream(InputStream in, int size)
创建一个具有指定的缓冲区大小
BufferedInputStream ,并保存它的参数,输入流
in ,供以后使用。
|
DataInputStream(InputStream in)
创建一个输入流InputStream使用指定的标。
|
FilterInputStream(InputStream in)
通过指定参数
in 到外地
this.in 以便记住它以后使用创建一个
FilterInputStream 。
|
InputStreamReader(InputStream in)
创建一个inputstreamreader使用默认字符集。
|
InputStreamReader(InputStream in, Charset cs)
创建一个inputstreamreader使用给定的字符集。
|
InputStreamReader(InputStream in, CharsetDecoder dec)
创建一个inputstreamreader使用给定的字符集解码。
|
InputStreamReader(InputStream in, String charsetName)
创建一个inputstreamreader使用指定的字符集。
|
LineNumberInputStream(InputStream in)
过时的。
构建了一个换行符号输入流读取输入从指定的输入流。
|
ObjectInputStream(InputStream in)
创建一个对象输入流读取从指定的输入流。
|
PushbackInputStream(InputStream in)
创建一个
PushbackInputStream 和保存它的参数,输入流
in ,供以后使用。
|
PushbackInputStream(InputStream in, int size)
创建一个指定的缓冲区
PushbackInputStream
size 一推,并保存它的参数,输入流
in ,供以后使用。
|
SequenceInputStream(InputStream s1, InputStream s2)
初始化新创建的
SequenceInputStream 记住两个参数,将其写入的命令,第一
s1 然后
s2 ,提供字节是从这
SequenceInputStream 读。
|
StreamTokenizer(InputStream is)
过时的。
作为JDK 1.1版本,来标记一个输入流的首选方式是把它转换成字符流,例如:
Reader r = new BufferedReader(new InputStreamReader(is)); StreamTokenizer st = new StreamTokenizer(r); |
Constructor and Description |
---|
SequenceInputStream(Enumeration<? extends InputStream> e)
初始化新创建的
SequenceInputStream 记住的说法,它必须产生对象的运行时类型是
InputStream
Enumeration 。
|
Modifier and Type | Field and Description |
---|---|
static InputStream |
System.in
“标准”输入流。
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
Process.getErrorStream()
返回连接到子进程的错误输出输入流。
|
abstract InputStream |
Process.getInputStream()
返回连接到子进程的正常输出输入流。
|
InputStream |
Runtime.getLocalizedInputStream(InputStream in)
过时的。
作为 JDK 1.1,在当地的编码为Unicode字符流转换字节流的首选方式是通过
InputStreamReader 和BufferedReader 类。
|
InputStream |
Class.getResourceAsStream(String name)
查找给定名称的资源。
|
InputStream |
ClassLoader.getResourceAsStream(String name)
返回用于读取指定资源的输入流。
|
static InputStream |
ClassLoader.getSystemResourceAsStream(String name)
打开阅读,从用于加载类的搜索路径中指定名称的资源。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Runtime.getLocalizedInputStream(InputStream in)
过时的。
作为 JDK 1.1,在当地的编码为Unicode字符流转换字节流的首选方式是通过
InputStreamReader 和BufferedReader 类。
|
static void |
System.setIn(InputStream in)
将“标准”输入流。
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
CacheResponse.getBody()
作为一个InputStream返回响应体。
|
InputStream |
HttpURLConnection.getErrorStream()
如果连接失败,返回错误流,但服务器仍然发送有用的数据。
|
protected abstract InputStream |
SocketImpl.getInputStream()
返回此套接字的输入流。
|
InputStream |
URLConnection.getInputStream()
返回从这个打开连接读取的输入流。
|
InputStream |
Socket.getInputStream()
返回此套接字的输入流。
|
InputStream |
URLClassLoader.getResourceAsStream(String name)
返回用于读取指定资源的输入流。
|
InputStream |
URL.openStream()
打开一个连接到这
URL 和返回的连接阅读
InputStream 。
|
Modifier and Type | Method and Description |
---|---|
static String |
URLConnection.guessContentTypeFromStream(InputStream is)
尝试根据输入流的开头的字符来确定输入流的类型。
|
Modifier and Type | Method and Description |
---|---|
static InputStream |
Channels.newInputStream(AsynchronousByteChannel ch)
构建一个从给定的信道读取字节的流。
|
static InputStream |
Channels.newInputStream(ReadableByteChannel ch)
构建一个从给定的信道读取字节的流。
|
Modifier and Type | Method and Description |
---|---|
static ReadableByteChannel |
Channels.newChannel(InputStream in)
构建一个从给定流读取字节的通道。
|
Modifier and Type | Method and Description |
---|---|
static InputStream |
Files.newInputStream(Path path, OpenOption... options)
打开一个文件,返回一个输入流从文件中读取。
|
Modifier and Type | Method and Description |
---|---|
static long |
Files.copy(InputStream in, Path target, CopyOption... options)
将所有字节从输入流复制到文件。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FileSystemProvider.newInputStream(Path path, OpenOption... options)
打开一个文件,返回一个输入流从文件中读取。
|
Modifier and Type | Class and Description |
---|---|
class |
DigestInputStream
一个透明的流,它使用通过流的比特来更新相关的消息摘要。
|
Modifier and Type | Method and Description |
---|---|
void |
Certificate.decode(InputStream stream)
过时的。
将输入流中的证书。
|
abstract void |
KeyStoreSpi.engineLoad(InputStream stream, char[] password)
载荷从给定的输入流密钥库。
|
void |
Provider.load(InputStream inStream)
从输入流读取属性列表(键和元素对)。
|
void |
KeyStore.load(InputStream stream, char[] password)
加载这个密钥库从给定的输入流。
|
Constructor and Description |
---|
DigestInputStream(InputStream stream, MessageDigest digest)
创建一个摘要输入流,使用指定的输入流和消息摘要。
|
Modifier and Type | Method and Description |
---|---|
abstract Certificate |
CertificateFactorySpi.engineGenerateCertificate(InputStream inStream)
生成一个证书对象并初始化它的数据从输入流中读取
inStream 。
|
abstract Collection<? extends Certificate> |
CertificateFactorySpi.engineGenerateCertificates(InputStream inStream)
返回一个(可能为空)从给定的输入流读取证书
inStream 集合视图。
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactorySpi.engineGenerateCertPath(InputStream inStream, String encoding)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
abstract CRL |
CertificateFactorySpi.engineGenerateCRL(InputStream inStream)
生成一个证书撤销列表(CRL)对象并将它初始化和数据从输入流中读取
inStream 。
|
abstract Collection<? extends CRL> |
CertificateFactorySpi.engineGenerateCRLs(InputStream inStream)
返回一个(可能为空)从给定的输入流读取的CRL
inStream 集合视图。
|
Certificate |
CertificateFactory.generateCertificate(InputStream inStream)
生成一个证书对象并初始化它的数据从输入流中读取
inStream 。
|
Collection<? extends Certificate> |
CertificateFactory.generateCertificates(InputStream inStream)
返回一个(可能为空)从给定的输入流读取证书
inStream 集合视图。
|
CertPath |
CertificateFactory.generateCertPath(InputStream inStream)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CertPath |
CertificateFactory.generateCertPath(InputStream inStream, String encoding)
生成一个
CertPath 对象并初始化它的数据从
InputStream 河道读。
|
CRL |
CertificateFactory.generateCRL(InputStream inStream)
生成一个证书撤销列表(CRL)对象并将它初始化和数据从输入流中读取
inStream 。
|
Collection<? extends CRL> |
CertificateFactory.generateCRLs(InputStream inStream)
返回一个(可能为空)从给定的输入流读取的CRL
inStream 集合视图。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Clob.getAsciiStream()
检索的
Clob 对象指定为ASCII流
CLOB 价值。
|
InputStream |
ResultSet.getAsciiStream(int columnIndex)
检索指定的列在这
ResultSet 对象的当前行的值作为一个ASCII字符流。
|
InputStream |
ResultSet.getAsciiStream(String columnLabel)
检索指定的列在这
ResultSet 对象的当前行的值作为一个ASCII字符流。
|
InputStream |
SQLXML.getBinaryStream()
检索XML值指定这个SQLXML实例作为流。
|
InputStream |
Blob.getBinaryStream()
检索
BLOB
Blob 实例的值指定为流。
|
InputStream |
ResultSet.getBinaryStream(int columnIndex)
检索指定的列在这
ResultSet 对象的当前行的值是未解释的字节流。
|
InputStream |
Blob.getBinaryStream(long pos, long length)
返回一个
InputStream 对象包含一个部分
Blob 价值,从指定的POS的字节,这是长度的字节长度。
|
InputStream |
ResultSet.getBinaryStream(String columnLabel)
检索指定的列在这
ResultSet 对象的当前行的值作为一个流的解释
byte s。
|
InputStream |
ResultSet.getUnicodeStream(int columnIndex)
过时的。
在地方
getUnicodeStream 使用getCharacterStream
|
InputStream |
ResultSet.getUnicodeStream(String columnLabel)
过时的。
使用
getCharacterStream 相反
|
InputStream |
SQLInput.readAsciiStream()
读取流中的下一个属性并将其作为一个ASCII字符流。
|
InputStream |
SQLInput.readBinaryStream()
读取流中的下一个属性并将其作为未解释的字节流。
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setAsciiStream(int parameterIndex, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
PreparedStatement.setAsciiStream(int parameterIndex, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
PreparedStatement.setAsciiStream(int parameterIndex, InputStream x, long length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
CallableStatement.setAsciiStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
CallableStatement.setAsciiStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
CallableStatement.setAsciiStream(String parameterName, InputStream x, long length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
PreparedStatement.setBinaryStream(int parameterIndex, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
PreparedStatement.setBinaryStream(int parameterIndex, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
PreparedStatement.setBinaryStream(int parameterIndex, InputStream x, long length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
CallableStatement.setBinaryStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
CallableStatement.setBinaryStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
CallableStatement.setBinaryStream(String parameterName, InputStream x, long length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
PreparedStatement.setBlob(int parameterIndex, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
PreparedStatement.setBlob(int parameterIndex, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
void |
CallableStatement.setBlob(String parameterName, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
CallableStatement.setBlob(String parameterName, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
void |
PreparedStatement.setUnicodeStream(int parameterIndex, InputStream x, int length)
过时的。
使用
setCharacterStream
|
void |
ResultSet.updateAsciiStream(int columnIndex, InputStream x)
更新指定列的ASCII流值。
|
void |
ResultSet.updateAsciiStream(int columnIndex, InputStream x, int length)
更新指定列的ASCII流值,将指定的字节数。
|
void |
ResultSet.updateAsciiStream(int columnIndex, InputStream x, long length)
更新指定列的ASCII流值,将指定的字节数。
|
void |
ResultSet.updateAsciiStream(String columnLabel, InputStream x)
更新指定列的ASCII流值。
|
void |
ResultSet.updateAsciiStream(String columnLabel, InputStream x, int length)
更新指定列的ASCII流值,将指定的字节数。
|
void |
ResultSet.updateAsciiStream(String columnLabel, InputStream x, long length)
更新指定列的ASCII流值,将指定的字节数。
|
void |
ResultSet.updateBinaryStream(int columnIndex, InputStream x)
用二进制流值更新指定的列。
|
void |
ResultSet.updateBinaryStream(int columnIndex, InputStream x, int length)
用一个二进制流值更新指定的列,该值将具有指定的字节数。
|
void |
ResultSet.updateBinaryStream(int columnIndex, InputStream x, long length)
用一个二进制流值更新指定的列,该值将具有指定的字节数。
|
void |
ResultSet.updateBinaryStream(String columnLabel, InputStream x)
用二进制流值更新指定的列。
|
void |
ResultSet.updateBinaryStream(String columnLabel, InputStream x, int length)
用一个二进制流值更新指定的列,该值将具有指定的字节数。
|
void |
ResultSet.updateBinaryStream(String columnLabel, InputStream x, long length)
用一个二进制流值更新指定的列,该值将具有指定的字节数。
|
void |
ResultSet.updateBlob(int columnIndex, InputStream inputStream)
使用给定的输入流更新指定的列。
|
void |
ResultSet.updateBlob(int columnIndex, InputStream inputStream, long length)
更新指定的列,使用给定的输入流,这将有指定的字节数。
|
void |
ResultSet.updateBlob(String columnLabel, InputStream inputStream)
使用给定的输入流更新指定的列。
|
void |
ResultSet.updateBlob(String columnLabel, InputStream inputStream, long length)
更新指定的列,使用给定的输入流,这将有指定的字节数。
|
void |
SQLOutput.writeAsciiStream(InputStream x)
写下一个属性流作为一个ASCII字符流。
|
void |
SQLOutput.writeBinaryStream(InputStream x)
写下一个属性流未解释的字节流。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Base64.Decoder.wrap(InputStream is)
返回
Base64 编码解码字节流的输入流。
|
Modifier and Type | Method and Description |
---|---|
void |
Properties.load(InputStream inStream)
从输入字节流中读取属性列表(键和元素对)。
|
void |
Properties.loadFromXML(InputStream in)
加载将在指定的输入流上的XML文档表示的所有属性,在此属性表中。
|
InputStream |
Base64.Decoder.wrap(InputStream is)
返回
Base64 编码解码字节流的输入流。
|
Constructor and Description |
---|
PropertyResourceBundle(InputStream stream)
创建从一个
InputStream 物业资源包。
|
Scanner(InputStream source)
构建产生扫描从指定的输入流值的新
Scanner 。
|
Scanner(InputStream source, String charsetName)
构建产生扫描从指定的输入流值的新
Scanner 。
|
Modifier and Type | Class and Description |
---|---|
class |
JarInputStream
的
JarInputStream 类用于从输入流读取任何JAR文件的内容。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
JarFile.getInputStream(ZipEntry ze)
返回用于读取指定的压缩文件条目的内容的输入流。
|
Modifier and Type | Method and Description |
---|---|
void |
Manifest.read(InputStream is)
从指定的输入流读取清单。
|
void |
Pack200.Unpacker.unpack(InputStream in, JarOutputStream out)
读pack200档案,写编码的罐子到jaroutputstream。
|
Constructor and Description |
---|
JarInputStream(InputStream in)
创建一个新的
JarInputStream 读取可选清单。
|
JarInputStream(InputStream in, boolean verify)
创建一个新的
JarInputStream 读取可选清单。
|
Manifest(InputStream is)
从指定的输入流构造一个新的清单。
|
Modifier and Type | Method and Description |
---|---|
void |
LogManager.readConfiguration(InputStream ins)
重新初始化日志属性和重读日志配置从给定的数据流,这应该是在java.util.properties格式。
|
Modifier and Type | Method and Description |
---|---|
static void |
Preferences.importPreferences(InputStream is)
输入指定的输入流中的XML文档所表示的所有参数。
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedInputStream
一个输入流,同时保持一个校验所读取数据。
|
class |
DeflaterInputStream
实现以“deflate”压缩格式压缩数据的输入流过滤。
|
class |
GZIPInputStream
实现以GZIP格式的压缩数据流过滤器的类。
|
class |
InflaterInputStream
实现了在“deflate”压缩格式压缩数据流过滤器的类。
|
class |
ZipInputStream
这个类实现了一个用于读取压缩文件格式中的文件的输入流过滤器。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ZipFile.getInputStream(ZipEntry entry)
返回用于读取指定的压缩文件条目的内容的输入流。
|
Constructor and Description |
---|
CheckedInputStream(InputStream in, Checksum cksum)
创建使用指定的校验输入流。
|
DeflaterInputStream(InputStream in)
创建一个新的输入流,一个默认的压缩机和缓冲区大小。
|
DeflaterInputStream(InputStream in, Deflater defl)
用指定的压缩机和默认缓冲区大小创建一个新的输入流。
|
DeflaterInputStream(InputStream in, Deflater defl, int bufLen)
用指定的压缩和缓冲区大小创建一个新的输入流。
|
GZIPInputStream(InputStream in)
用默认缓冲区大小创建一个新的输入流。
|
GZIPInputStream(InputStream in, int size)
用指定的缓冲区大小创建一个新的输入流。
|
InflaterInputStream(InputStream in)
创建一个默认的解压器和缓冲区大小的一个新的输入流。
|
InflaterInputStream(InputStream in, Inflater inf)
创建具有指定的解压器和默认缓冲区大小的一个新的输入流。
|
InflaterInputStream(InputStream in, Inflater inf, int size)
创建具有指定缓冲区大小的装置和一个新的输入流。
|
ZipInputStream(InputStream in)
创建一个新的压缩输入流。
|
ZipInputStream(InputStream in, Charset charset)
创建一个新的压缩输入流。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
AccessibleStreamable.getStream(DataFlavor flavor)
返回一个dataflavor InputStream
|
Modifier and Type | Method and Description |
---|---|
InputStream |
DataHandler.getInputStream()
获得此对象的输入流。
|
InputStream |
URLDataSource.getInputStream()
从URL getInputStream方法。
|
InputStream |
DataSource.getInputStream()
此方法返回表示数据的一个
InputStream 并引发相应的异常如果不能这样做。
|
InputStream |
FileDataSource.getInputStream()
这个方法将返回一个InputStream和代表数据如果不能做抛出IOException。
|
Constructor and Description |
---|
MailcapCommandMap(InputStream is)
构造函数允许调用者指定一个InputStream含有mailcap文件。
|
MimetypesFileTypeMap(InputStream is)
构建一个mimetypesfiletypemap具有纲领性的条目从输入流加。
|
Modifier and Type | Class and Description |
---|---|
class |
CipherInputStream
一个cipherinputstream由输入密码,read()方法返回,阅读从底层InputStream但已被密码同时处理的数据。
|
Constructor and Description |
---|
CipherInputStream(InputStream is)
构建一个从InputStream cipherinputstream没有指定一个密码。
|
CipherInputStream(InputStream is, Cipher c)
构建从InputStream和密码cipherinputstream。
|
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
ImageIO.read(InputStream input)
返回一个
BufferedImage 作为一个
ImageReader 自动选择从当前注册提供
InputStream 解码结果。
|
Constructor and Description |
---|
FileCacheImageInputStream(InputStream stream, File cacheDir)
构建了一个
FileCacheImageInputStream 将从一个给定的
InputStream 读。
|
MemoryCacheImageInputStream(InputStream stream)
构建了一个
MemoryCacheImageInputStream 将从一个给定的
InputStream 读。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
MLetMBean.getResourceAsStream(String name)
返回用于读取指定资源的输入流。
|
Modifier and Type | Method and Description |
---|---|
Socket |
SSLSocketFactory.createSocket(Socket s, InputStream consumed, boolean autoClose)
|
Modifier and Type | Method and Description |
---|---|
InputStream |
SimpleDoc.getStreamForBytes()
获取一个用于从该文档中提取字节打印数据的输入流。
|
InputStream |
Doc.getStreamForBytes()
获取一个用于从该文档中提取字节打印数据的输入流。
|
Constructor and Description |
---|
X500Principal(InputStream is)
创建从一个
InputStream ASN.1中包含的识别名的
X500Principal 1 DER编码的形式。
|
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
X509Certificate.getInstance(InputStream inStream)
实例化和初始化它的X509Certificate对象与数据从输入流中读取
inStream 。
|
Modifier and Type | Method and Description |
---|---|
static MidiFileFormat |
MidiSystem.getMidiFileFormat(InputStream stream)
获得在指定的输入数据流的MIDI文件格式。
|
static Sequence |
MidiSystem.getSequence(InputStream stream)
从指定的输入流的MIDI序列。
|
static Soundbank |
MidiSystem.getSoundbank(InputStream stream)
通过阅读它从指定的流构建一个MIDI声音银行。
|
void |
Sequencer.setSequence(InputStream stream)
设置当前的序列,序列操作。
|
Modifier and Type | Method and Description |
---|---|
abstract MidiFileFormat |
MidiFileReader.getMidiFileFormat(InputStream stream)
获得MIDI文件格式的输入流提供。
|
abstract Sequence |
MidiFileReader.getSequence(InputStream stream)
获得一个MIDI序列从输入流提供。
|
abstract Soundbank |
SoundbankReader.getSoundbank(InputStream stream)
从
InputStream 提供声音库中的对象。
|
Modifier and Type | Class and Description |
---|---|
class |
AudioInputStream
一个音频输入流是一个具有指定音频格式和长度的输入流。
|
Modifier and Type | Method and Description |
---|---|
static AudioFileFormat |
AudioSystem.getAudioFileFormat(InputStream stream)
获取所提供的输入流的音频文件格式。
|
static AudioInputStream |
AudioSystem.getAudioInputStream(InputStream stream)
从所提供的输入流中获得一个音频输入流。
|
Constructor and Description |
---|
AudioInputStream(InputStream stream, AudioFormat format, long length)
构造一个有请求的格式和长度的音频输入流,使用从指定的输入流的音频数据。
|
Modifier and Type | Method and Description |
---|---|
abstract AudioFileFormat |
AudioFileReader.getAudioFileFormat(InputStream stream)
获取所提供的输入流的音频文件格式。
|
abstract AudioInputStream |
AudioFileReader.getAudioInputStream(InputStream stream)
从提供的输入流中获得一个音频输入流。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.setAsciiStream(int parameterIndex, InputStream x)
设置指定的参数在这
RowSet 对象的命令给定的输入流。
|
void |
RowSet.setAsciiStream(int parameterIndex, InputStream x, int length)
设置指定的参数在这
RowSet 对象的命令给定的
java.io.InputStream 价值。
|
void |
RowSet.setAsciiStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
RowSet.setAsciiStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
RowSet.setBinaryStream(int parameterIndex, InputStream x)
设置指定的参数在这
RowSet 对象的命令给定的输入流。
|
void |
RowSet.setBinaryStream(int parameterIndex, InputStream x, int length)
设置指定的参数在这
RowSet 对象的命令给定的
java.io.InputStream 价值。
|
void |
RowSet.setBinaryStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
RowSet.setBinaryStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
RowSet.setBlob(int parameterIndex, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
RowSet.setBlob(int parameterIndex, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
void |
RowSet.setBlob(String parameterName, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
RowSet.setBlob(String parameterName, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
Modifier and Type | Field and Description |
---|---|
protected InputStream |
BaseRowSet.asciiStream
的
InputStream 对象将由法
getAsciiStream 回来了,这是在
ResultSet 指定界面。
|
protected InputStream |
BaseRowSet.binaryStream
的
InputStream 对象将由法
getBinaryStream 回来了,这是在
ResultSet 指定界面。
|
protected InputStream |
BaseRowSet.unicodeStream
的
InputStream 对象将由法
getUnicodeStream 回来了,这是在
ResultSet 指定界面。
|
Modifier and Type | Method and Description |
---|---|
void |
WebRowSet.readXml(InputStream iStream)
一种基于XML的输入来填充这
WebRowSet 对象流中读取。
|
void |
BaseRowSet.setAsciiStream(int parameterIndex, InputStream x)
设置指定的参数在这
RowSet 对象的命令给定的输入流。
|
void |
BaseRowSet.setAsciiStream(int parameterIndex, InputStream x, int length)
设置指定的参数给定的
java.io.InputStream 对象,其中将有指定的字节数。
|
void |
BaseRowSet.setAsciiStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
BaseRowSet.setAsciiStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
BaseRowSet.setBinaryStream(int parameterIndex, InputStream x)
设置指定的参数在这
RowSet 对象的命令给定的输入流。
|
void |
BaseRowSet.setBinaryStream(int parameterIndex, InputStream x, int length)
设置指定的参数给定的
java.io.InputStream 对象,其中将有指定的字节数。
|
void |
BaseRowSet.setBinaryStream(String parameterName, InputStream x)
将指定的参数设置为给定的输入流。
|
void |
BaseRowSet.setBinaryStream(String parameterName, InputStream x, int length)
将指定的参数设置为给定的输入流,这将有指定的字节数。
|
void |
BaseRowSet.setBlob(int parameterIndex, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
BaseRowSet.setBlob(int parameterIndex, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
void |
BaseRowSet.setBlob(String parameterName, InputStream inputStream)
设置一个
InputStream 对象指定的参数。
|
void |
BaseRowSet.setBlob(String parameterName, InputStream inputStream, long length)
设置一个
InputStream 对象指定的参数。
|
void |
BaseRowSet.setUnicodeStream(int parameterIndex, InputStream x, int length)
过时的。
getcharacterstream应使用它的地方
|
Modifier and Type | Method and Description |
---|---|
InputStream |
SerialClob.getAsciiStream()
检索的
SerialClob 对象指定为ASCII流
CLOB 价值。
|
InputStream |
SerialBlob.getBinaryStream()
作为一个输入流返回此
SerialBlob 对象。
|
InputStream |
SerialBlob.getBinaryStream(long pos, long length)
返回一个
InputStream 对象包含一个部分
Blob 价值,从指定的POS的字节,这是长度的字节长度。
|
InputStream |
SQLInputImpl.readAsciiStream()
作为一个ASCII字符流的回报,这
SQLInputImpl 对象的下一个属性。
|
InputStream |
SQLInputImpl.readBinaryStream()
作为一个未解释字节流返回本
SQLInputImpl 对象的下一个属性。
|
Modifier and Type | Method and Description |
---|---|
void |
SQLOutputImpl.writeAsciiStream(InputStream x)
写一个ASCII字符流到这
SQLOutputImpl 对象。
|
void |
SQLOutputImpl.writeBinaryStream(InputStream x)
写这
SQLOutputImpl 未解释的字节流对象。
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorInputStream
监控从InputStream阅读进度。
|
Modifier and Type | Method and Description |
---|---|
protected InputStream |
JEditorPane.getStream(URL page)
取一个流给定的URL,这是要由
setPage 方法加载。
|
Modifier and Type | Method and Description |
---|---|
void |
JEditorPane.read(InputStream in, Object desc)
该方法将从流。
|
Constructor and Description |
---|
ProgressMonitorInputStream(Component parentComponent, Object message, InputStream in)
构造一个对象来监视输入流的进度。
|
Modifier and Type | Method and Description |
---|---|
void |
SynthLookAndFeel.load(InputStream input, 类<?> resourceBase)
SynthStyle s负荷将由这
SynthLookAndFeel 采用集。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
EditorKit.read(InputStream in, Document doc, int pos)
从给定的流中插入内容,该内容预计将在适合这种内容处理程序的格式中进行。
|
void |
DefaultEditorKit.read(InputStream in, Document doc, int pos)
从给定的流中插入内容,该内容预计将在适合这种内容处理程序的格式中进行。
|
Modifier and Type | Method and Description |
---|---|
void |
RTFEditorKit.read(InputStream in, Document doc, int pos)
从给定的流中插入内容,该内容预计将在适合这种内容处理程序的格式中进行。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FileObject.openInputStream()
获取此文件对象InputStream。
|
InputStream |
SimpleJavaFileObject.openInputStream()
这个实现总是抛出
UnsupportedOperationException。
|
InputStream |
ForwardingFileObject.openInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
Tool.run(InputStream in, OutputStream out, OutputStream err, String... arguments)
用给定的I / O通道和参数运行工具。
|
Modifier and Type | Method and Description |
---|---|
Object |
Unmarshaller.unmarshal(InputStream is)
数据的XML数据从指定的输入流和返回结果的内容树。
|
static <T> T |
JAXB.unmarshal(InputStream xml, 类<T> type)
读取一个java对象树从给定的XML输入。
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUnmarshallerImpl.unmarshal(InputStream is) |
Modifier and Type | Method and Description |
---|---|
InputStream |
OctetStreamData.getOctetStream()
返回该
OctetStreamData 输入流。
|
Constructor and Description |
---|
OctetStreamData(InputStream octetStream)
创建一个新的
OctetStreamData 。
|
OctetStreamData(InputStream octetStream, String uri, String mimeType)
创建一个新的
OctetStreamData 。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
SignedInfo.getCanonicalizedData()
返回的信息的规范化签署后签名或验证操作字节。
|
InputStream |
Reference.getDigestInputStream()
返回预消化的输入流,如果
reference caching启用。
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentBuilder.parse(InputStream is)
解析给定的
InputStream 含量为XML文档的DOM对象并返回一个新的
Document 。
|
void |
SAXParser.parse(InputStream is, DefaultHandler dh)
解析给定的
InputStream 实例的内容为XML使用指定的
DefaultHandler 。
|
void |
SAXParser.parse(InputStream is, DefaultHandler dh, String systemId)
解析给定的
InputStream 实例的内容为XML使用指定的
DefaultHandler 。
|
void |
SAXParser.parse(InputStream is, HandlerBase hb)
解析给定的
InputStream 实例的内容为XML使用指定的
HandlerBase 。
|
void |
SAXParser.parse(InputStream is, HandlerBase hb, String systemId)
解析给定的
InputStream 实例的内容为XML使用指定的
HandlerBase 。
|
Document |
DocumentBuilder.parse(InputStream is, String systemId)
解析给定的
InputStream 含量为XML文档的DOM对象并返回一个新的
Document 。
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
AttachmentPart.getBase64Content()
返回一个
InputStream 可获得
AttachmentPart 含量为Base64编码的字符数据,该方法将base64编码和返回连接的原始字节。
|
abstract InputStream |
AttachmentPart.getRawContent()
得到这
AttachmentPart 对象的内容作为InputStream好像打了
getContent 没有
DataContentHandler 已经注册为本
AttachmentPart 的
content-type 。
|
Modifier and Type | Method and Description |
---|---|
abstract SOAPMessage |
MessageFactory.createMessage(MimeHeaders headers, InputStream in)
内化的
InputStream 对象到一个新的
SOAPMessage 对象的内容并返回
SOAPMessage 对象。
|
abstract void |
AttachmentPart.setBase64Content(InputStream content, String contentType)
设置此附件部分内容从base64源
InputStream 和集包含在
contentType 价值的
Content-Type 标头的值,该方法先解码base64输入写产生的原始字节的依恋。
|
abstract void |
AttachmentPart.setRawContent(InputStream content, String contentType)
集的内容本附件部分包含由
InputStream
content 和集包含在
contentType 价值的
Content-Type 标头的值。
|
Modifier and Type | Method and Description |
---|---|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(InputStream stream)
从一个新的创造java.io.inputstream XMLEventReader
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(InputStream stream, String encoding)
从一个新的创造java.io.inputstream XMLEventReader
|
abstract XMLEventReader |
XMLInputFactory.createXMLEventReader(String systemId, InputStream stream)
从一个新的创造java.io.inputstream XMLEventReader
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(InputStream stream)
从java.io.inputstream创造新xmlstreamreader
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(InputStream stream, String encoding)
从java.io.inputstream创造新xmlstreamreader
|
abstract XMLStreamReader |
XMLInputFactory.createXMLStreamReader(String systemId, InputStream stream)
从java.io.inputstream创造新xmlstreamreader
|
Modifier and Type | Method and Description |
---|---|
InputStream |
StreamSource.getInputStream()
得到的字节流,是集setbytestream。
|
Modifier and Type | Method and Description |
---|---|
void |
StreamSource.setInputStream(InputStream inputStream)
设置要使用的字节流作为输入。
|
Constructor and Description |
---|
StreamSource(InputStream inputStream)
从一个字节流构建StreamSource。
|
StreamSource(InputStream inputStream, String systemId)
从一个字节流构建StreamSource。
|
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
HttpExchange.getRequestBody()
返回一个可以读取请求正文的流。
|
Modifier and Type | Method and Description |
---|---|
void |
GSSContext.acceptSecContext(InputStream inStream, OutputStream outStream)
由上下文接受程序调用来处理来自对等点的数据流的令牌。
|
void |
GSSContext.getMIC(InputStream inStream, OutputStream outStream, MessageProp msgProp)
使用流产生包含用于所提供的消息的加密麦克风的令牌,用于传输到对等应用程序。
|
int |
GSSContext.initSecContext(InputStream inStream, OutputStream outStream)
由上下文语境引发剂开始创建阶段和过程的任何利用流节点的
acceptSecContext 方法生成令牌。
|
void |
GSSContext.unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
使用流处理标记的方法产生的背景
wrap 在另一边。
|
void |
GSSContext.verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp)
使用流来验证在所提供的消息中包含的令牌参数中的密码麦克风。
|
void |
GSSContext.wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
在已建立的安全上下文中使用流的每个消息安全服务。
|
Constructor and Description |
---|
Oid(InputStream derOid)
创建从ASN.1 OID 1 DER编码的对象。
|
Modifier and Type | Class and Description |
---|---|
class |
InputStream
InputStream是API读取CDR元帅流IDL类型的java。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
LSInput.getByteStream()
表示一个字节流的语言和绑定依赖类型的属性。
|
Modifier and Type | Method and Description |
---|---|
void |
LSInput.setByteStream(InputStream byteStream)
表示一个字节流的语言和绑定依赖类型的属性。
|
Modifier and Type | Method and Description |
---|---|
InputStream |
InputSource.getByteStream()
获取此输入源的字节流。
|
Modifier and Type | Method and Description |
---|---|
void |
InputSource.setByteStream(InputStream byteStream)
将此输入源的字节流设置为。
|
Constructor and Description |
---|
InputSource(InputStream byteStream)
创建一个新的输入源,用一个字节流。
|
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.