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

/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java125 * GetField is an inner class that provides access to the persistent fields
128 public abstract static class GetField { class in class:ObjectInputStream
975 * from the source stream. The values read are stored in a GetField object
976 * that provides access to the persistent fields. This GetField object is
979 * @return the GetField object from which persistent fields can be accessed
989 public GetField readFields() throws IOException, ClassNotFoundException, NotActiveException {
1004 * of {@code GetField}
1058 * {@code GetField}) are not used. Actual values to load are stored

Completed in 2304 milliseconds