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