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

Packages that use ByteInput
com.android.dex   
com.android.dex.util   
 

Uses of ByteInput in com.android.dex
 

Classes in com.android.dex that implement ByteInput
 class Dex.Section
           
 

Fields in com.android.dex declared as ByteInput
protected  ByteInput EncodedValueReader.in
           
 

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

Methods in com.android.dex 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 EncodedValueCodec.readSignedInt(ByteInput in, int zwidth)
          Read a signed integer.
static int Leb128.readSignedLeb128(ByteInput in)
          Reads an signed integer from in.
static long EncodedValueCodec.readSignedLong(ByteInput in, int zwidth)
          Read a signed long.
static int EncodedValueCodec.readUnsignedInt(ByteInput in, int zwidth, boolean fillOnRight)
          Read an unsigned integer.
static int Leb128.readUnsignedLeb128(ByteInput in)
          Reads an unsigned integer from in.
static long EncodedValueCodec.readUnsignedLong(ByteInput in, int zwidth, boolean fillOnRight)
          Read an unsigned long.
 

Constructors in com.android.dex with parameters of type ByteInput
EncodedValueReader(ByteInput in)
           
EncodedValueReader(ByteInput in, int knownType)
          Creates a new encoded value reader whose only value is the specified known type.
 

Uses of ByteInput in com.android.dex.util
 

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



Copyright © 2015. All rights reserved.