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

/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInput.java29 * ObjectInput extends the DataInput interface to include the reading of
31 * ObjectInput extends that interface to include objects, arrays, and Strings.
39 public interface ObjectInput extends DataInput, AutoCloseable { interface in inherits:DataInput,AutoCloseable

Completed in 34 milliseconds