Interface org.omg.CORBA.portable.Streamable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.portable.Streamable

public interface Streamable
extends Object

Method Index

 o __read(InputStream)
 o __type()
 o __write(OutputStream)

Methods

 o __read
  public abstract void __read(InputStream s)
 o __write
  public abstract void __write(OutputStream s)
 o __type
  public abstract TypeCode __type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index