| Package | Description |
|---|---|
| java.beans | |
| java.io | |
| java.lang | |
| java.lang.annotation | |
| java.lang.reflect |
Provides classes and interfaces for obtaining reflective
information about classes and objects.
|
| java.net | |
| java.util | |
| java.util.concurrent | |
| java.util.zip |
Provides classes for reading and writing the standard ZIP and GZIP
file formats.
|
| Class and Description |
|---|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
| DataInput
The
DataInput interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types. |
| DataOutput
The
DataOutput interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream. |
| FilterInputStream
A
FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. |
| FilterOutputStream
This class is the superclass of all classes that filter output
streams.
|
| Flushable
A Flushable is a destination of data that can be flushed.
|
| InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
| InvalidObjectException
Indicates that one or more deserialized objects failed validation
tests.
|
| IOException
Signals that an I/O exception of some sort has occurred.
|
| NotActiveException
Thrown when serialization or deserialization is not active.
|
| ObjectInput
ObjectInput extends the DataInput interface to include the reading of
objects.
|
| ObjectInputStream.GetField
Provide access to the persistent fields read from the input stream.
|
| ObjectInputValidation
Callback interface to allow validation of objects within a graph.
|
| ObjectOutput
ObjectOutput extends the DataOutput interface to include writing of objects.
|
| ObjectOutputStream.PutField
Provide programmatic access to the persistent fields to be written
to ObjectOutput.
|
| ObjectStreamClass
Serialization's descriptor for classes.
|
| ObjectStreamConstants
Constants written into the Object Serialization Stream.
|
| ObjectStreamException
Superclass of all exceptions specific to Object Stream classes.
|
| ObjectStreamField
A description of a Serializable field from a Serializable class.
|
| OutputStream
This abstract class is the superclass of all classes representing
an output stream of bytes.
|
| Reader
Abstract class for reading character streams.
|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| StreamCorruptedException
Thrown when control information that was read from an object stream
violates internal consistency checks.
|
| UnsupportedEncodingException
The Character Encoding is not supported.
|
| Class and Description |
|---|
| InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
| IOException
Signals that an I/O exception of some sort has occurred.
|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| UnsupportedEncodingException
The Character Encoding is not supported.
|
| Class and Description |
|---|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
| IOException
Signals that an I/O exception of some sort has occurred.
|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
| Class and Description |
|---|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
| FilterInputStream
A
FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. |
| InputStream
This abstract class is the superclass of all classes representing
an input stream of bytes.
|
| IOException
Signals that an I/O exception of some sort has occurred.
|
| Serializable
Serializability of a class is enabled by the class implementing the
java.io.Serializable interface.
|
Copyright © 2013 API Design. All Rights Reserved.