Package com.sun.corba.se.spi.ior
Interface Writeable
- All Known Subinterfaces:
AlternateIIOPAddressComponent,CodeSetsComponent,Identifiable,IIOPAddress,IIOPProfile,IIOPProfileTemplate,IOR,IORFactory,IORTemplate,IORTemplateList,JavaCodebaseComponent,MaxStreamFormatVersionComponent,ObjectAdapterId,ObjectId,ObjectKey,ObjectKeyTemplate,ORBTypeComponent,RequestPartitioningComponent,TaggedComponent,TaggedProfile,TaggedProfileTemplate
- All Known Implementing Classes:
AlternateIIOPAddressComponentImpl,CodeSetsComponentImpl,GenericIdentifiable,GenericTaggedComponent,GenericTaggedProfile,IdentifiableBase,IIOPAddressClosureImpl,IIOPAddressImpl,IIOPProfileImpl,IIOPProfileTemplateImpl,IORImpl,IORTemplateImpl,IORTemplateListImpl,JavaCodebaseComponentImpl,JavaSerializationComponent,JIDLObjectKeyTemplate,MaxStreamFormatVersionComponentImpl,NewObjectKeyTemplateBase,ObjectAdapterIdArray,ObjectAdapterIdNumber,ObjectIdImpl,ObjectKeyImpl,ObjectKeyTemplateBase,OldJIDLObjectKeyTemplate,OldObjectKeyTemplateBase,OldPOAObjectKeyTemplate,ORBTypeComponentImpl,POAObjectKeyTemplate,RequestPartitioningComponentImpl,TaggedComponentBase,TaggedProfileTemplateBase,WireObjectKeyTemplate
public interface Writeable
This interface represents an entity that can be written to an OutputStream.
- Author:
- Ken Cavanaugh
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(OutputStream arg0) Write this object directly to the output stream.
-
Method Details
-
write
Write this object directly to the output stream.
-