?? messag~2.jav
字號:
package chat;
/**
* chat/messagesHolder.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from chat.idl
* Monday, December 31, 2001 12:39:10 AM GMT+05:30
*/
public final class messagesHolder implements org.omg.CORBA.portable.Streamable
{
public String value[] = null;
public messagesHolder ()
{
}
public messagesHolder (String[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = chat.messagesHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
chat.messagesHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return chat.messagesHelper.type ();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -