All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.portable.Streamable

public interface Streamable

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Methods

 o _read
 public abstract void _read(InputStream input)
 o _write
 public abstract void _write(OutputStream output)
 o _type
 public abstract TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index