Searched refs:readByte (Results 1 – 6 of 6) sorted by relevance
31 assertEquals('A', in.readByte()); in testDecode()33 assertEquals('E', in.readByte()); in testDecode()
446 byte readByte() throws IOException { in readByte() method in DexData489 val = readByte(); in readUnsignedLeb128()510 byte val = readByte(); in readString()
261 EncodedValueCodec.writeSignedIntegralValue(out, ENCODED_BYTE, reader.readByte()); in transform()
918 int opcode = in.readByte(); in transformDebugInfoItem()
294 int opcode = bs.readByte() & 0xff; in decode0()
470 int fieldType = in.readByte(); in loadClassDump()