public final class CookieHolder extends Object implements Streamable
Constructor and Description |
---|
CookieHolder() |
CookieHolder(Object initial) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream is)
从
istream 读取数据,并使用未编组的数据激活持有人的
value 字段。
|
TypeCode |
_type()
检索对应于持有人的
value 字段中的值的
TypeCode 对象。
|
void |
_write(OutputStream os)
乘警
ostream 在值
value 持有人的领域。
|
public Object value
public CookieHolder()
public CookieHolder(Object initial)
public void _read(InputStream is)
Streamable
复制
istream
读取数据,并使用未编组的数据激活持有人的
value
字段。
_read
在界面
Streamable
is
- 表示来自电线的CDR数据的InputStream。
public void _write(OutputStream os)
Streamable
复制
ostream
的
value
持有人的
value
字段。
_write
在接口
Streamable
os
- CDR OutputStream
public TypeCode _type()
Streamable
复制
value
字段中的值的
TypeCode
对象。
_type
在界面
Streamable
TypeCode
对象持有人持有的价值
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.