⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arrayholder.java

📁 This is source code corba with java
💻 JAVA
字号:
package ArithApp.AddPackage;


/**
* ArithApp/AddPackage/arrayHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from add/add.idl
* Thursday, June 12, 2008 11:37:43 AM GMT+07:00
*/

public final class arrayHolder implements org.omg.CORBA.portable.Streamable
{
  public int value[] = null;

  public arrayHolder ()
  {
  }

  public arrayHolder (int[] initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = ArithApp.AddPackage.arrayHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    ArithApp.AddPackage.arrayHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return ArithApp.AddPackage.arrayHelper.type ();
  }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -