Searched refs:attributesSize (Results 1 – 1 of 1) sorted by relevance
394 int attributesSize = attributes.stream().mapToInt(attribute -> attribute.length).sum(); in generateAdditionalAttributes() local395 byte[] attributesBuffer = new byte[attributesSize]; in generateAdditionalAttributes()396 if (attributesSize == 0) { in generateAdditionalAttributes()