软件包 | 描述 |
---|---|
java.awt.datatransfer |
提供用于在应用程序中的数据之间传输数据的接口和类。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.activation | |
javax.management.loading |
提供实现高级动态加载的类。
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlavor.readExternal(ObjectInput is)
这
DataFlavor 恢复从序列化状态。
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectInputStream
ObjectInputStream将原始数据和对象以前写的使用对象。
|
Modifier and Type | Method and Description |
---|---|
void |
Externalizable.readExternal(ObjectInput in)
该对象实现了readexternal方法调用的数据输入方法的基本类型和readObject对象还原其内容,字符串和数组。
|
Modifier and Type | Method and Description |
---|---|
ObjectInput |
RemoteCall.getInputStream()
过时的。
没有更换
|
Modifier and Type | Method and Description |
---|---|
static ObjID |
ObjID.read(ObjectInput in)
构建和解包二进制表示从一个
ObjectInput 实例返回一个新的
ObjID 实例。
|
Modifier and Type | Method and Description |
---|---|
void |
MimeType.readExternal(ObjectInput in)
该对象实现了readexternal方法调用的数据输入方法的基本类型和readObject对象还原其内容,字符串和数组。
|
Modifier and Type | Method and Description |
---|---|
void |
MLet.readExternal(ObjectInput in)
从给定的
ObjectInput 恢复该熔体的含量。
|
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.