| Package | Description |
|---|---|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data
between and within applications.
|
| java.io |
Provides for system input and output through data streams,
serialization and the file system.
|
| java.rmi.server |
Provides classes and interfaces for supporting the server
side of RMI.
|
| javax.activation | |
| javax.management.loading |
Provides the classes which implement advanced dynamic
loading.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DataFlavor.readExternal(ObjectInput is) |
Restores this
DataFlavor from a Serialized state. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ObjectInputStream |
An ObjectInputStream deserializes primitive data and objects previously
written using an ObjectOutputStream.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Externalizable.readExternal(ObjectInput in) |
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
|
| Modifier and Type | Method | Description |
|---|---|---|
ObjectInput |
RemoteCall.getInputStream() |
Deprecated.
no replacement
|
| Modifier and Type | Method | Description |
|---|---|---|
static ObjID |
ObjID.read(ObjectInput in) |
Constructs and returns a new
ObjID instance by
unmarshalling a binary representation from an
ObjectInput instance. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MimeType.readExternal(ObjectInput in) |
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MLet.readExternal(ObjectInput in) |
Restore this MLet's contents from the given
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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1