Searched defs:ObjectOutput (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DObjectOutput.java29 * ObjectOutput extends the DataOutput interface to include writing of objects.
30 * DataOutput includes methods for output of primitive types, ObjectOutput
39 public interface ObjectOutput extends DataOutput, AutoCloseable { interface in inherits:DataOutput,AutoCloseable

Completed in 27 milliseconds