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
950 * from the source stream. The values read are stored in a GetField object
951 * that provides access to the persistent fields. This GetField object is
954 * @return the GetField object from which persistent fields can be accessed
964 public GetField readFields() throws IOException, ClassNotFoundException, NotActiveException {
979 * of {@code GetField}
1033 * {@code GetField}) are not used. Actual values to load are stored

Completed in 51 milliseconds