Searched defs:readObject (Results 1 - 25 of 140) sorted by relevance

123456

/libcore/ojluni/src/main/java/java/io/
H A DUncheckedIOException.java82 private void readObject(ObjectInputStream s) method in class:UncheckedIOException
H A DObjectInput.java50 public Object readObject() method in interface:ObjectInput
/libcore/ojluni/src/main/java/java/nio/file/
H A DDirectoryIteratorException.java79 private void readObject(ObjectInputStream s) method in class:DirectoryIteratorException
/libcore/ojluni/src/main/java/java/util/
H A DInvalidPropertiesFormatException.java87 private void readObject(java.io.ObjectInputStream in) method in class:InvalidPropertiesFormatException
H A DHashSet.java294 private void readObject(java.io.ObjectInputStream s) method in class:HashSet
333 E e = (E) s.readObject();
/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeConfigurationException.java152 private void readObject(ObjectInputStream in) method in class:DatatypeConfigurationException
/libcore/ojluni/src/main/java/java/security/
H A DCodeSigner.java168 private void readObject(ObjectInputStream ois) method in class:CodeSigner
H A DTimestamp.java158 private void readObject(ObjectInputStream ois) method in class:Timestamp
H A DUnresolvedPermissionCollection.java192 private void readObject(ObjectInputStream in) throws IOException, method in class:UnresolvedPermissionCollection
H A DSignedObject.java180 Object obj = a.readObject();
248 * readObject is called to restore the state of the SignedObject from
251 private void readObject(java.io.ObjectInputStream s) method in class:SignedObject
/libcore/ojluni/src/main/java/java/util/prefs/
H A DNodeChangeEvent.java96 private void readObject(java.io.ObjectInputStream in) method in class:NodeChangeEvent
H A DPreferenceChangeEvent.java117 private void readObject(java.io.ObjectInputStream in) method in class:PreferenceChangeEvent
/libcore/support/src/test/java/tests/util/
H A DSerializationTester.java54 Object outputObject = ois.readObject();
93 return obj == readObject(obj, fileName);
107 return obj.equals(readObject(obj, fileName));
118 public static Object readObject(Object obj, String fileName) method in class:SerializationTester
132 Object newObj = oinput.readObject();
/libcore/luni/src/test/java/libcore/java/io/
H A DObjectOutputStreamTest.java54 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest.CallsCloseInWriteObjectMethod
55 message = (String) ois.readObject();
107 read = (Serializable) ois.readObject();
/libcore/ojluni/src/main/java/java/security/cert/
H A DCertificateRevokedException.java217 private void readObject(ObjectInputStream ois) method in class:CertificateRevokedException
237 String oid = (String) ois.readObject();
H A DCertPathValidatorException.java231 private void readObject(ObjectInputStream stream) method in class:CertPathValidatorException
/libcore/ojluni/src/main/java/java/time/
H A DZoneRegion.java202 private void readObject(ObjectInputStream s) throws InvalidObjectException { method in class:ZoneRegion
/libcore/luni/src/main/java/java/math/
H A DMathContext.java241 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { method in class:MathContext
/libcore/luni/src/main/java/javax/xml/namespace/
H A DQName.java477 private void readObject(ObjectInputStream in) method in class:QName
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationFactory.java134 private void readObject(ObjectInputStream os) throws IOException, ClassNotFoundException { method in class:AnnotationFactory
/libcore/ojluni/src/main/java/java/lang/
H A DEnum.java300 private void readObject(ObjectInputStream in) throws IOException, method in class:Enum
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DDoubleAccumulator.java294 private void readObject(java.io.ObjectInputStream s) method in class:DoubleAccumulator
H A DDoubleAdder.java261 private void readObject(java.io.ObjectInputStream s) method in class:DoubleAdder
H A DLongAccumulator.java288 private void readObject(java.io.ObjectInputStream s) method in class:LongAccumulator
H A DLongAdder.java262 private void readObject(java.io.ObjectInputStream s) method in class:LongAdder

Completed in 1007 milliseconds

123456