Searched refs:getAlignedLength (Results 1 – 2 of 2) sorted by relevance
64 if (struct == null || byteBuffer.remaining() < struct.getAlignedLength()) { in parse()76 byteBuffer.position(baseOffset + struct.getAlignedLength()); in parse()90 public int getAlignedLength() { in getAlignedLength() method in StructNlAttr124 byteBuffer.position(originalPosition + getAlignedLength()); in pack()
66 if (byteBuffer.remaining() < nlAttr.getAlignedLength()) { in findNextAttrOfType()69 byteBuffer.position(byteBuffer.position() + nlAttr.getAlignedLength()); in findNextAttrOfType()