Searched refs:numberOfBytes (Results 1 – 2 of 2) sorted by relevance
131 byte[] constraintData, int numberOfBytes, int arrayIndex) { in readMultipleBytes() argument132 byte[] returnBytes = new byte[numberOfBytes]; in readMultipleBytes()133 for (int j = arrayIndex, i = 0; j < arrayIndex + numberOfBytes; j++,i++) { in readMultipleBytes()
3052 int numberOfBytes = in.readUnsignedShort(); in getRafAttributes() local3067 in.skipBytes(numberOfBytes); in getRafAttributes()