Searched refs:labelSize (Results 1 – 1 of 1) sorted by relevance
170 int labelSize = readUint8(mCursorIndex); in pollLabel() local172 if (mCursorIndex + labelSize > mMdnsData.length) { in pollLabel()176 String value = new String(mMdnsData, mCursorIndex, labelSize, StandardCharsets.UTF_8); in pollLabel()177 mCursorIndex += labelSize; in pollLabel()