📄 cookieholder.java
字号:
package org.omg.Components;
/**
* Generated from IDL definition of valuetype "Cookie"
* @author JacORB IDL compiler
*/
public final class CookieHolder
implements org.omg.CORBA.portable.Streamable
{
public org.omg.Components.Cookie value;
public CookieHolder () {}
public CookieHolder (final org.omg.Components.Cookie initial)
{
value = initial;
}
public void _read (final org.omg.CORBA.portable.InputStream is)
{
value = org.omg.Components.CookieHelper.read (is);
}
public void _write (final org.omg.CORBA.portable.OutputStream os)
{
org.omg.Components.CookieHelper.write (os, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return value._type ();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -