📄 arrayh~1.jav
字号:
package chat;
/**
* chat/arrayHolder.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from chat.idl
* Monday, December 31, 2001 12:12:15 AM GMT+05:30
*/
public final class arrayHolder implements org.omg.CORBA.portable.Streamable
{
public String value[] = null;
public arrayHolder ()
{
}
public arrayHolder (String[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = chat.arrayHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
chat.arrayHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return chat.arrayHelper.type ();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -