ObjectOutput

Interface ObjectOutput

All Superinterfaces:
AutoCloseable, DataOutput
All Known Implementing Classes:
ObjectOutputStream
public interface ObjectOutput
extends DataOutput, AutoCloseable

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.

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