Searched refs:HEADER_SIZE_OFFSET (Results 1 – 1 of 1) sorted by relevance
165 final int HEADER_SIZE_OFFSET = 8; in process() local179 final int totalHeaderSize = ((tmpBuffer[HEADER_SIZE_OFFSET] & 0xFF) << 24) in process()180 + ((tmpBuffer[HEADER_SIZE_OFFSET + 1] & 0xFF) << 16) in process()181 + ((tmpBuffer[HEADER_SIZE_OFFSET + 2] & 0xFF) << 8) in process()182 + (tmpBuffer[HEADER_SIZE_OFFSET + 3] & 0xFF); in process()