|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.io | |
java.io | |
java.lang | |
java.lang.reflect | |
java.security | |
java.util |
Classes in java.io used by java.io | |
IOException
This IO exception is thrown when a program encounters some sort I/O error. |
|
ObjectStreamException
This is the superclass of all exceptions that can happen when serializing or deserialing objects. |
|
Serializable
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface. |
Classes in java.io used by java.lang | |
Serializable
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface. |
Classes in java.io used by java.lang.reflect | |
Serializable
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface. |
Classes in java.io used by java.security | |
Serializable
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface. |
Classes in java.io used by java.util | |
InputStream
This abstract class is the superclass of all classes representing an input stream of bytes. |
|
IOException
This IO exception is thrown when a program encounters some sort I/O error. |
|
Serializable
Objects that want to be serialized/deserialized using ObjectOutputStream/ObjectInputStream should implement this interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |