Module  java.corba
软件包  org.omg.CORBA

Class ULongLongSeqHolder

  • All Implemented Interfaces:
    Streamable


    public final class ULongLongSeqHolder
    extends Object
    implements Streamable
    持有人ULongLongSeq 有关Holder文件的更多信息,请参阅"Generated Files: Holder Files"

    org / omg / CORBA / ULongLongSeqHolder.java由IDL-to-Java编译器(便携式)生成,从streams.idl版本“3.0”1999年5月13日22:41:37 00:00 GMT + 00:00

    • 字段详细信息

      • value

        public long[] value
    • 构造方法详细信息

      • ULongLongSeqHolder

        public ULongLongSeqHolder​()
      • ULongLongSeqHolder

        public ULongLongSeqHolder​(long[] initialValue)
    • 方法详细信息

      • _read

        public void _read​(InputStream i)
        描述从接口Streamable复制
        istream读取数据,并使用未编组的数据 value持有人的 value字段。
        Specified by:
        _read在接口 Streamable
        参数
        i - 表示来自电线的CDR数据的InputStream。
      • _write

        public void _write​(OutputStream o)
        描述从界面Streamable复制
        ostreamvalue领域的 value人。
        Specified by:
        _write在接口 Streamable
        参数
        o - CDR OutputStream
      • _type

        public TypeCode _type​()
        说明从界面Streamable复制
        检索对应于持有人的 value字段中的值的 TypeCode对象。
        Specified by:
        _type在接口 Streamable
        结果
        该持有人持有的价值 TypeCode对象