OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectInputStream
(Results
51 - 75
of
540
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java
20
import java.io.
ObjectInputStream
;
26
* Tests the methods of {@code
ObjectInputStream
.GetField}. Three things make
30
* {@code
ObjectInputStream
.GetField}.</li>
32
* {@code
ObjectInputStream
.GetField}. The only way to get an implementation is
33
* by calling {@code
ObjectInputStream
.getFields()}.</li>
35
* the private {@code readObject(
ObjectInputStream
)} method of a class that
40
* {@code
ObjectInputStream
.GetField}: Three serializable helper classes in
44
* {@code readObject(
ObjectInputStream
)} to read data from an input stream.
57
private
ObjectInputStream
ois = null;
100
ObjectInputStream
.GetField fields = object.getField
[
all
...]
OldObjectOutputStreamTest.java
26
import java.io.
ObjectInputStream
;
50
private void readObject(
ObjectInputStream
ois) throws IOException {
53
ObjectInputStream
.GetField fields = ois.readFields();
136
protected
ObjectInputStream
ois;
254
ois = new
ObjectInputStream
(new ByteArrayInputStream(bao.toByteArray()));
281
ois = new
ObjectInputStream
(new ByteArrayInputStream(sos.toByteArray()));
290
ois = new
ObjectInputStream
(new ByteArrayInputStream(bao.toByteArray()));
403
ois = new
ObjectInputStream
(new FileInputStream(xFileName + "-"
407
ois = new
ObjectInputStream
(new ByteArrayInputStream(bao
/art/test/093-serialization/src/
Main.java
20
import java.io.
ObjectInputStream
;
61
ObjectInputStream
objStream = new
ObjectInputStream
(byteStream);
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
OpenSSLX509CertificateTest.java
24
import java.io.
ObjectInputStream
;
82
ObjectInputStream
ois = new
ObjectInputStream
(bais);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
PropertyInfo.java
27
import java.io.
ObjectInputStream
;
254
ObjectInputStream
in = new
ObjectInputStream
(
SppPropertyInfo.java
27
import java.io.
ObjectInputStream
;
254
ObjectInputStream
in = new
ObjectInputStream
(
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java
25
import java.io.
ObjectInputStream
;
65
ObjectInputStream
in = null;
68
in = new
ObjectInputStream
(source);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorAttributeTest.java
26
import java.io.
ObjectInputStream
;
73
ObjectInputStream
in = null;
93
in = new
ObjectInputStream
(new ByteArrayInputStream(bytes
/libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java
23
import java.io.
ObjectInputStream
;
158
ObjectInputStream
in = null;
169
in = new
ObjectInputStream
(new ByteArrayInputStream(bytes
OldDecimalFormatSymbolsTest.java
20
import java.io.
ObjectInputStream
;
34
ObjectInputStream
i = null;
37
i = new
ObjectInputStream
(
/libcore/luni/src/test/java/libcore/util/
SerializationTester.java
22
import java.io.
ObjectInputStream
;
89
ObjectInputStream
in = new
ObjectInputStream
(new ByteArrayInputStream(bytes));
/libcore/ojluni/src/main/java/java/security/
UnresolvedPermissionCollection.java
31
import java.io.
ObjectInputStream
;
192
private void readObject(
ObjectInputStream
in) throws IOException,
197
ObjectInputStream
.GetField gfields = in.readFields();
/libcore/support/src/test/java/tests/support/
Support_GetPutFields.java
21
import java.io.
ObjectInputStream
;
26
* Support class to test the methods of {@code
ObjectInputStream
.GetField} and
34
public
ObjectInputStream
.GetField getField;
106
private void readObject(
ObjectInputStream
ois) throws Exception {
Support_GetPutFieldsDefaulted.java
21
import java.io.
ObjectInputStream
;
27
* {@code
ObjectInputStream
.GetField} handle default values correctly.
45
public
ObjectInputStream
.GetField getField;
117
private void readObject(
ObjectInputStream
ois) throws Exception {
Support_GetPutFieldsDeprecated.java
21
import java.io.
ObjectInputStream
;
26
* Support class to test the methods of {@code
ObjectInputStream
.GetField} and
36
public
ObjectInputStream
.GetField getField;
108
private void readObject(
ObjectInputStream
ois) throws Exception {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java
29
import java.io.
ObjectInputStream
;
87
protected transient
ObjectInputStream
ois;
95
private static class ObjectInputStreamSubclass extends
ObjectInputStream
{
234
ois = new
ObjectInputStream
(loadStream());
337
ois = new
ObjectInputStream
(loadStream());
354
ois = new
ObjectInputStream
(loadStream());
375
ois = new
ObjectInputStream
(loadStream());
391
ois = new
ObjectInputStream
(loadStream());
405
ois = new
ObjectInputStream
(loadStream());
420
ois = new
ObjectInputStream
(loadStream())
[
all
...]
/external/mockito/src/test/java/org/mockitoutil/
SimpleSerializationUtil.java
23
Object readObject = new
ObjectInputStream
(unserialize).readObject();
/external/dexmaker/dexmaker-mockito/src/main/java/com/android/dx/mockito/
UnsafeAllocator.java
19
import java.io.
ObjectInputStream
;
54
// public class
ObjectInputStream
{
59
final Method newInstance =
ObjectInputStream
.class
/external/guava/guava/src/com/google/common/collect/
EnumMultiset.java
23
import java.io.
ObjectInputStream
;
95
@GwtIncompatible("java.io.
ObjectInputStream
")
96
private void readObject(
ObjectInputStream
stream) throws IOException, ClassNotFoundException {
/external/objenesis/main/src/main/java/org/objenesis/instantiator/perc/
PercSerializationInstantiator.java
18
import java.io.
ObjectInputStream
;
58
newInstanceMethod =
ObjectInputStream
.class.getDeclaredMethod("noArgConstruct",
/external/proguard/examples/annotations/
examples.pro
57
private void readObject(java.io.
ObjectInputStream
);
/external/proguard/examples/
applets.pro
59
private void readObject(java.io.
ObjectInputStream
);
applications.pro
65
private void readObject(java.io.
ObjectInputStream
);
/libcore/luni/src/main/java/java/math/
MathContext.java
21
import java.io.
ObjectInputStream
;
241
private void readObject(
ObjectInputStream
s) throws IOException, ClassNotFoundException {
/libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConfigurationException.java
23
import java.io.
ObjectInputStream
;
152
private void readObject(
ObjectInputStream
in)
Completed in 868 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>