Uses of Package
com.android.dx.util

Packages that use com.android.dx.util
com.android.dx.dex.code   
com.android.dx.dex.code.form   
com.android.dx.dex.file   
com.android.dx.io   
com.android.dx.rop.annotation   
com.android.dx.rop.code   
com.android.dx.rop.cst   
com.android.dx.rop.type   
com.android.dx.ssa   
com.android.dx.ssa.back   
com.android.dx.util   
 

Classes in com.android.dx.util used by com.android.dx.dex.code
AnnotatedOutput
          Interface for a binary output destination that may be augmented with textual annotations.
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
IntList
          Simple list of ints.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.dex.code.form
AnnotatedOutput
          Interface for a binary output destination that may be augmented with textual annotations.
 

Classes in com.android.dx.util used by com.android.dx.dex.file
AnnotatedOutput
          Interface for a binary output destination that may be augmented with textual annotations.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.io
DexException
          Thrown when there's a format problem reading, writing, or generally processing a dex file.
 

Classes in com.android.dx.util used by com.android.dx.rop.annotation
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.rop.code
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
IntList
          Simple list of ints.
LabeledItem
          An item that has an integer label.
LabeledList
          A list of labeled items, allowing easy lookup by label.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.rop.cst
ByteArray
          Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.rop.type
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.ssa
IntList
          Simple list of ints.
IntSet
          A set of integers
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
 

Classes in com.android.dx.util used by com.android.dx.ssa.back
IntSet
          A set of integers
 

Classes in com.android.dx.util used by com.android.dx.util
AnnotatedOutput
          Interface for a binary output destination that may be augmented with textual annotations.
ByteArray
          Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
ByteArray.MyDataInputStream
          Helper class for ByteArray.makeDataInputStream().
ByteArray.MyInputStream
          Helper class for ByteArray.makeInputStream(), which implements the stream functionality.
ByteInput
          A byte source.
ByteOutput
          A byte sink.
ExceptionWithContext
          Exception which carries around structured context.
FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
IntIterator
          An iterator for a list of ints.
IntList
          Simple list of ints.
IntSet
          A set of integers
LabeledItem
          An item that has an integer label.
LabeledList
          A list of labeled items, allowing easy lookup by label.
MutabilityControl
          Very simple base class that implements a flag to control the mutability of instances.
Output
          Interface for a sink for binary output.
ToHuman
          Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.
Uint
          An unsigned integer.
 



Copyright © 2013. All Rights Reserved.