Interface ObjectInput

Interface java.io.ObjectInput

Interface Members | This Package | All Packages

public interface ObjectInput
extends DataInput

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

See Also:
InputStream, ObjectOutputStream, ObjectInputStream