com.sentilla.io
Interface ObjectOutputStream

All Superinterfaces:
DataOutput, DataOutputStream, ObjectOutput, Output, OutputStream
All Known Implementing Classes:
ByteBuffer

public interface ObjectOutputStream
extends ObjectOutput, DataOutputStream

Provides methods for writing an Object to an OutputStream.


Method Summary
 void writeObject(Object obj)
          Write an object to the stream.
 
Methods inherited from interface com.sentilla.io.DataOutput
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 
Methods inherited from interface com.sentilla.io.DataOutput
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 

Method Detail

writeObject

void writeObject(Object obj)
Write an object to the stream.

Specified by:
writeObject in interface ObjectOutput
Parameters:
obj - Object to write


Copyright © 2007 Sentilla Corporation. All Rights Reserved.