Searched refs:ObjectOutput (Results 1 - 17 of 17) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DExternalizable.java28 import java.io.ObjectOutput;
61 * @see java.io.ObjectOutput
70 * calling the writeObject method of ObjectOutput for objects, strings,
82 void writeExternal(ObjectOutput out) throws IOException;
H A DObjectOutput.java29 * ObjectOutput extends the DataOutput interface to include writing of objects.
30 * DataOutput includes methods for output of primitive types, ObjectOutput
39 public interface ObjectOutput extends DataOutput, AutoCloseable { interface in inherits:DataOutput,AutoCloseable
H A DObjectOutputStream.java127 * the methods of ObjectOutput and ObjectInput. It is the responsibility of
164 extends OutputStream implements ObjectOutput, ObjectStreamConstants
897 * to ObjectOutput.
1013 * Write the data and fields to the specified ObjectOutput stream,
1031 public abstract void write(ObjectOutput out) throws IOException;
1715 public void write(ObjectOutput out) throws IOException {
1727 * semantics may not be supported by the given ObjectOutput
/libcore/ojluni/src/main/java/java/time/chrono/
H A DSer.java63 import java.io.ObjectOutput;
156 public void writeExternal(ObjectOutput out) throws IOException {
160 private static void writeInternal(byte type, Object object, ObjectOutput out) throws IOException {
H A DChronoZonedDateTimeImpl.java70 import java.io.ObjectOutput;
350 void writeExternal(ObjectOutput out) throws IOException {
H A DChronoLocalDateTimeImpl.java70 import java.io.ObjectOutput;
426 void writeExternal(ObjectOutput out) throws IOException {
H A DHijrahDate.java71 import java.io.ObjectOutput;
676 void writeExternal(ObjectOutput out) throws IOException {
/libcore/ojluni/src/main/java/java/time/
H A DSer.java63 import java.io.ObjectOutput;
161 public void writeExternal(ObjectOutput out) throws IOException {
165 static void writeInternal(byte type, Object object, ObjectOutput out) throws IOException {
H A DOffsetTime.java74 import java.io.ObjectOutput;
1400 void writeExternal(ObjectOutput out) throws IOException {
H A DOffsetDateTime.java73 import java.io.ObjectOutput;
1936 void writeExternal(ObjectOutput out) throws IOException {
/libcore/ojluni/src/main/java/java/time/zone/
H A DSer.java70 import java.io.ObjectOutput;
136 public void writeExternal(ObjectOutput out) throws IOException {
/libcore/ojluni/src/main/java/java/security/
H A DSignedObject.java151 ObjectOutput a = new ObjectOutputStream(b);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DObjectStreamClassTest.java27 import java.io.ObjectOutput;
198 public void writeExternal(ObjectOutput output) throws IOException {
H A DObjectOutputStreamTest.java31 import java.io.ObjectOutput;
497 public void writeExternal(ObjectOutput out) {
679 public void writeExternal(ObjectOutput output) {
924 ObjectOutput out = null;
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLContext.java23 import java.io.ObjectOutput;
180 public void write(ObjectOutput out) throws IOException {
/libcore/ojluni/src/main/java/javax/crypto/
H A DSealedObject.java155 ObjectOutput a = new ObjectOutputStream(b);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java39 import java.io.ObjectOutput;
1352 public void writeExternal(ObjectOutput out) throws IOException {

Completed in 430 milliseconds