FileDocCategorySizeDatePackage
CodeInput.javaAPI DocAndroid 5.1 API1350Thu Mar 12 22:18:30 GMT 2015com.android.dx.io.instructions

CodeInput

public interface CodeInput implements CodeCursor
Input stream of code units, for reading in Dalvik bytecode.

Fields Summary
Constructors Summary
Methods Summary
public booleanhasMore()
Returns whether there are any more code units to read. This is analogous to {@code hasNext()} on an interator.

public intread()
Reads a code unit.

public intreadInt()
Reads two code units, treating them as a little-endian {@code int}.

public longreadLong()
Reads four code units, treating them as a little-endian {@code long}.