Uses of Interface
java.io.ObjectInput
| Package | Description |
|---|---|
| java.io |
-
Uses of ObjectInput in java.io
Classes in java.io that implement ObjectInput Modifier and Type Class Description classObjectInputStreamA specializedInputStreamthat is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.).Methods in java.io with parameters of type ObjectInput Modifier and Type Method Description voidExternalizable. readExternal(ObjectInput input)Reads the next object from the ObjectInputinput.