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

/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java203 /** current PutField object */
477 public ObjectOutputStream.PutField putFields() throws IOException {
501 throw new NotActiveException("no current PutField object");
901 public static abstract class PutField { class in class:ObjectOutputStream
1015 * <code>PutField</code> object.
1021 * the same stream that produced this <code>PutField</code>
1024 * <code>PutField</code> object in a proper format, and may
1026 * correct way to write <code>PutField</code> data is by
1657 * Default PutField implementation.
1659 private class PutFieldImpl extends PutField {
[all...]

Completed in 284 milliseconds