Searched refs:readByte (Results 1 – 5 of 5) sorted by relevance
31 assertEquals('A', in.readByte()); in testDecode()33 assertEquals('E', in.readByte()); in testDecode()
447 byte readByte() throws IOException { in readByte() method in DexData490 val = readByte(); in readUnsignedLeb128()511 byte val = readByte(); in readString()
262 EncodedValueCodec.writeSignedIntegralValue(out, ENCODED_BYTE, reader.readByte()); in transform()
913 int opcode = in.readByte(); in transformDebugInfoItem()
294 int opcode = bs.readByte() & 0xff; in decode0()