Interface NcStreamProto.ArrayStructureRowOrBuilder

    • Method Detail

      • getMembersCount

        int getMembersCount()
        repeated .Member members = 1;
      • getNrows

        long getNrows()
         number of rows in this message
         
        uint64 nrows = 5;
        Returns:
        The nrows.
      • getRowLength

        int getRowLength()
         length in bytes of each row
         
        uint32 rowLength = 6;
        Returns:
        The rowLength.
      • getFixdata

        com.google.protobuf.ByteString getFixdata()
         fixed data
         
        bytes fixdata = 10;
        Returns:
        The fixdata.
      • getStringdataList

        List<String> getStringdataList()
         string dataType
         
        repeated string stringdata = 11;
        Returns:
        A list containing the stringdata.
      • getStringdataCount

        int getStringdataCount()
         string dataType
         
        repeated string stringdata = 11;
        Returns:
        The count of stringdata.
      • getStringdata

        String getStringdata​(int index)
         string dataType
         
        repeated string stringdata = 11;
        Parameters:
        index - The index of the element to return.
        Returns:
        The stringdata at the given index.
      • getStringdataBytes

        com.google.protobuf.ByteString getStringdataBytes​(int index)
         string dataType
         
        repeated string stringdata = 11;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the stringdata at the given index.
      • getBytedataList

        List<com.google.protobuf.ByteString> getBytedataList()
         opaque dataType and vlens
         
        repeated bytes bytedata = 13;
        Returns:
        A list containing the bytedata.
      • getBytedataCount

        int getBytedataCount()
         opaque dataType and vlens
         
        repeated bytes bytedata = 13;
        Returns:
        The count of bytedata.
      • getBytedata

        com.google.protobuf.ByteString getBytedata​(int index)
         opaque dataType and vlens
         
        repeated bytes bytedata = 13;
        Parameters:
        index - The index of the element to return.
        Returns:
        The bytedata at the given index.
      • getStructdataCount

        int getStructdataCount()
         structure/seq dataType
         
        repeated .ArrayStructureRow structdata = 14;