Uses of Interface
com.android.dx.io.instructions.CodeInput

Packages that use CodeInput
com.android.dx.io.instructions   
 

Uses of CodeInput in com.android.dx.io.instructions
 

Classes in com.android.dx.io.instructions that implement CodeInput
 class ShortArrayCodeInput
          Implementation of CodeInput that reads from a short[].
 

Methods in com.android.dx.io.instructions with parameters of type CodeInput
static DecodedInstruction DecodedInstruction.decode(CodeInput in)
          Decodes an instruction from the given input source.
abstract  DecodedInstruction InstructionCodec.decode(int opcodeUnit, CodeInput in)
          Decodes an instruction specified by the given opcode unit, reading any required additional code units from the given input source.
 



Copyright © 2015. All rights reserved.