Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of ObjectInput in java.awt.datatransfer |
---|
Modifier and Type | Method and Description |
---|---|
void |
DataFlavor.readExternal(ObjectInput is)
Restores this DataFlavor from a Serialized state. |
Uses of ObjectInput in java.io |
---|
Modifier and Type | Class and Description |
---|---|
class |
ObjectInputStream
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream. |
Modifier and Type | Method and 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. |
Uses of ObjectInput in java.rmi.server |
---|
Modifier and Type | Method and Description |
---|---|
ObjectInput |
RemoteCall.getInputStream()
Deprecated. no replacement |
Modifier and Type | Method and Description |
---|---|
static ObjID |
ObjID.read(ObjectInput in)
Constructs and returns a new ObjID instance by
unmarshalling a binary representation from an
ObjectInput instance. |
Uses of ObjectInput in javax.activation |
---|
Modifier and Type | Method and 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. |
Uses of ObjectInput in javax.management.loading |
---|
Modifier and Type | Method and Description |
---|---|
void |
MLet.readExternal(ObjectInput in)
Restore this MLet's contents from the given ObjectInput . |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.