Searched refs:byteAt (Results 1 – 2 of 2) sorted by relevance
125 public int byteAt(int i) { in byteAt() method in ByteArrayBuffer
652 if ((data.byteAt(pos) & 0xff) == 0xff) { in parseSections()658 (((data.byteAt(pos + 1) & 0x0f) << 8) | (data.byteAt(pos + 2) & 0xff)) + 3; in parseSections()663 Log.d(TAG, "parseSections 0x" + Integer.toHexString(data.byteAt(pos) & 0xff)); in parseSections()