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

/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java124 * GetField is an inner class that provides access to the persistent fields
127 public abstract static class GetField { class in class:ObjectInputStream
949 * from the source stream. The values read are stored in a GetField object
950 * that provides access to the persistent fields. This GetField object is
953 * @return the GetField object from which persistent fields can be accessed
963 public GetField readFields() throws IOException, ClassNotFoundException, NotActiveException {
978 * of {@code GetField}
1032 * {@code GetField}) are not used. Actual values to load are stored

Completed in 60 milliseconds