Uses of Interface
com.android.dx.util.ByteInput

Packages that use ByteInput
com.android.dx.io   
com.android.dx.util Utility classes for class file access/manipulation. 
 

Uses of ByteInput in com.android.dx.io
 

Classes in com.android.dx.io that implement ByteInput
 class DexBuffer.Section
           
 

Fields in com.android.dx.io declared as ByteInput
protected  ByteInput EncodedValueReader.in
           
 

Methods in com.android.dx.io that return ByteInput
 ByteInput EncodedValue.asByteInput()
           
 

Constructors in com.android.dx.io with parameters of type ByteInput
EncodedValueReader(ByteInput in)
           
 

Uses of ByteInput in com.android.dx.util
 

Classes in com.android.dx.util that implement ByteInput
 class ByteArrayByteInput
           
 

Methods in com.android.dx.util with parameters of type ByteInput
static String Mutf8.decode(ByteInput in, char[] out)
          Decodes bytes from in into out until a delimiter 0x00 is encountered.
static int Leb128Utils.readSignedLeb128(ByteInput in)
          Reads an signed integer from in.
static int Leb128Utils.readUnsignedLeb128(ByteInput in)
          Reads an unsigned integer from in.
 



Copyright © 2012. All Rights Reserved.