public interface Streamable
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream istream)
从读取数据
istream 和initalizes持有人的
value 场与它们分散数据。
|
TypeCode |
_type()
检索在持有人
value 字段的值对应的
TypeCode 对象。
|
void |
_write(OutputStream ostream)
在人的
value 场
ostream 价值元帅。
|
void _read(InputStream istream)
istream
和initalizes持有人的
value
场与它们分散数据。
istream
-表示CDR数据线的输入流。
void _write(OutputStream ostream)
ostream
价值在人的
value
场。
ostream
OutputStream的CDR
TypeCode _type()
value
字段的值对应的
TypeCode
对象。
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.