Class Base64BinaryChunk

    • Constructor Detail

      • Base64BinaryChunk

        public Base64BinaryChunk​(java.lang.String text,
                                 java.lang.String streamId,
                                 int nr,
                                 boolean last)
        Creates the extension.
        Parameters:
        text - value of text attribute
        streamId - value of streamId attribute
        nr - value of nr attribute
        last - value of last attribute
      • Base64BinaryChunk

        public Base64BinaryChunk​(java.lang.String text,
                                 java.lang.String streamId,
                                 int nr)
        Creates the extension. Last attribute will be initialized with default value (false).
        Parameters:
        text - value of text attribute
        streamId - value of streamId attribute
        nr - value of nr attribute