OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:objectinputstream
(Results
226 - 250
of
780
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/libcore/java/lang/
LambdaImplementationTest.java
25
import java.io.
ObjectInputStream
;
231
try (
ObjectInputStream
is = new
ObjectInputStream
(bais)) {
/libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java
33
import java.io.
ObjectInputStream
;
532
ObjectInputStream
ois = new
ObjectInputStream
(bais);
/libcore/ojluni/src/main/java/java/net/
InetSocketAddress.java
30
import java.io.
ObjectInputStream
;
293
private void readObject(
ObjectInputStream
in)
297
ObjectInputStream
.GetField oisFields = in.readFields();
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronoPeriod.java
67
import java.io.
ObjectInputStream
;
113
ObjectInputStream
in = new
ObjectInputStream
(bais);
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
32
import java.io.
ObjectInputStream
;
162
ObjectInputStream
ois = new
ObjectInputStream
(is);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearConstraint.java
21
import java.io.
ObjectInputStream
;
227
private void readObject(
ObjectInputStream
ois)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java
38
import java.io.
ObjectInputStream
;
489
private void readObject(
ObjectInputStream
os) throws
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java
4
import java.io.
ObjectInputStream
;
398
ObjectInputStream
in)
BCECPublicKey.java
4
import java.io.
ObjectInputStream
;
335
ObjectInputStream
in)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java
4
import java.io.
ObjectInputStream
;
461
ObjectInputStream
in)
/external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java
26
import java.io.
ObjectInputStream
;
407
private void readObject(
ObjectInputStream
in) throws IOException, ClassNotFoundException {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
InstrumenterTest.java
22
import java.io.
ObjectInputStream
;
165
Object obj2 = new
ObjectInputStream
(new ByteArrayInputStream(
/external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java
22
import java.io.
ObjectInputStream
;
89
private void readObject(
ObjectInputStream
in)
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RefSortedMap.java
21
import java.io.
ObjectInputStream
;
390
private void readObject(
ObjectInputStream
stream) throws IOException,
/libcore/luni/src/main/java/libcore/reflect/
AnnotationFactory.java
21
import java.io.
ObjectInputStream
;
134
private void readObject(
ObjectInputStream
os) throws IOException, ClassNotFoundException {
/libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/
X509V1CertImpl.java
32
import java.io.
ObjectInputStream
;
313
private synchronized void readObject(
ObjectInputStream
stream)
/libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java
45
*
ObjectInputStream
. Persistent storage of objects can be accomplished by
58
* read back from the corresponding
ObjectInputstream
with the same types and
74
*
ObjectInputStream
:
92
* private void readObject(java.io.
ObjectInputStream
stream)
157
* @see java.io.
ObjectInputStream
244
* @see
ObjectInputStream
#
ObjectInputStream
(InputStream)
334
* objects can be reconstructed by an
ObjectInputStream
.
375
* This method is called by trusted subclasses of
ObjectInputStream
that
376
* constructed
ObjectInputStream
using the protected no-arg constructor
[
all
...]
Serializable.java
64
* private void readObject(java.io.
ObjectInputStream
in)
182
* @see java.io.
ObjectInputStream
/libcore/ojluni/src/main/java/java/lang/
Enum.java
32
import java.io.
ObjectInputStream
;
300
private void readObject(
ObjectInputStream
in) throws IOException,
/libcore/ojluni/src/main/java/java/security/cert/
CertPathValidatorException.java
30
import java.io.
ObjectInputStream
;
231
private void readObject(
ObjectInputStream
stream)
/libcore/ojluni/src/main/java/java/time/
ZoneRegion.java
63
import java.io.
ObjectInputStream
;
202
private void readObject(
ObjectInputStream
s) throws InvalidObjectException {
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
TCKZoneIdSerialization.java
179
try (
ObjectInputStream
ois = new
ObjectInputStream
(new ByteArrayInputStream(baos.toByteArray()))) {
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
CertificationChecksumHelper.java
36
import java.io.
ObjectInputStream
;
97
ObjectInput objectInput = new
ObjectInputStream
(outputStream)) {
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
ChecksumReporter.java
33
import java.io.
ObjectInputStream
;
108
ObjectInput objectInput = new
ObjectInputStream
(outputStream)) {
/prebuilts/devtools/tools/lib/
objenesis-2.1.jar
Completed in 1153 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>