Interface: java.io.ObjectOutput

  • public interface ObjectOutput
  • extends DataOutput
ObjectOutput extends the DataOutput interface to include writing of objects. DataOutput includes methods for output of primitive types, ObjectOutput extends that interface to include objects, arrays, and Strings.
Authors:
@author unascribed
See:
@see java.io.InputStream
@see java.io.ObjectOutputStream
@see java.io.ObjectInputStream
Since:
@since JDK1.1

Inheritance

Implements:

Methods