?? dataholder.java
字號:
package FileInterfacePackage;
/**
* FileInterfacePackage/DataHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from FileInterface.idl
* Thursday, June 12, 2008 9:18:09 AM GMT+07:00
*/
public final class DataHolder implements org.omg.CORBA.portable.Streamable
{
public String value[] = null;
public DataHolder ()
{
}
public DataHolder (String[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = FileInterfacePackage.DataHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
FileInterfacePackage.DataHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return FileInterfacePackage.DataHelper.type ();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -