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

Packages that use ByteInput
com.android.dx.util   
 

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 © 2013. All Rights Reserved.