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

/libcore/luni/src/main/java/java/io/
H A DObjectOutputStream.java106 * Used to keep track of the PutField object for the class/object being
122 * PutField is an inner class to provide access to the persistent fields
125 public static abstract class PutField { class in class:ObjectOutputStream
490 * Gets this stream's {@code PutField} object. This object provides access
495 * @return the PutField object from which persistent fields can be accessed
503 public PutField putFields() throws IOException {
872 * PutField} object, which can be accessed by calling {@code putFields()}.
894 * of {@code PutField}
935 * {@code PutField}) are not used. Actual values to dump are fetched

Completed in 48 milliseconds