ObjectInput

Interface ObjectInput

All Superinterfaces:
AutoCloseable, DataInput
All Known Implementing Classes:
ObjectInputStream
public interface ObjectInput
extends DataInput, AutoCloseable

ObjectInput extends the DataInput interface to include the reading of objects. DataInput includes methods for the input of primitive types, ObjectInput extends that interface to include objects, arrays, and Strings.

Since:
JDK1.1
See Also:
InputStream, ObjectOutputStream, 登录查看完整内容