File
Doc
Category
Size
Date
Package
Writeable.java
API Doc
Java SE 5 API
501
Fri Aug 26 14:54:36 BST 2005
com.sun.corba.se.spi.ior
Writeable
public interface Writeable
This interface represents an entity that can be written to an OutputStream.
author
Ken Cavanaugh
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public void
write
(
org.omg.CORBA_2_3.portable.OutputStream
arg0)
Write this object directly to the output stream.
Java Code Source