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

/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java204 /** current PutField object */
470 public ObjectOutputStream.PutField putFields() throws IOException {
494 throw new NotActiveException("no current PutField object");
894 public static abstract class PutField { class in class:ObjectOutputStream
1008 * <code>PutField</code> object.
1014 * the same stream that produced this <code>PutField</code>
1017 * <code>PutField</code> object in a proper format, and may
1019 * correct way to write <code>PutField</code> data is by
1650 * Default PutField implementation.
1652 private class PutFieldImpl extends PutField {
[all...]

Completed in 197 milliseconds