public interface Streamable 
      | Modifier and Type | Method and Description | 
|---|---|
| void | _read(InputStream istream)
              从 
              istream读取数据,并使用未编组的数据激活持有人的value字段。 | 
| TypeCode | _type()
              检索对应于持有人的 
              value字段中的值的TypeCode对象。 | 
| void | _write(OutputStream ostream)ostream的价值在value领域的持有人。 | 
void _read(InputStream istream)
istream读取数据,并使用未编组的数据激活持有人的 
           value字段。 
          istream - 表示来自电线的CDR数据的InputStream。 
           void _write(OutputStream ostream)
ostream的范围内 
           value到 
           value领域。 
          ostream - CDR OutputStream 
           TypeCode _type()
value字段中的值的 
           TypeCode对象。 
          TypeCode object for the value held in the holder 
            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.