public interface org.omg.CORBA.portable.Streamable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.omg.CORBA.portable.Streamable
  super_class: java.lang.Object
{
  public abstract void _read(org.omg.CORBA.portable.InputStream);
    descriptor: (Lorg/omg/CORBA/portable/InputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      istream  

  public abstract void _write(org.omg.CORBA.portable.OutputStream);
    descriptor: (Lorg/omg/CORBA/portable/OutputStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      ostream  

  public abstract org.omg.CORBA.TypeCode _type();
    descriptor: ()Lorg/omg/CORBA/TypeCode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Streamable.java"