Uses of Package
com.android.dx.util

Packages that use com.android.dx.util
com.android.dx.cf.attrib Implementation of containers and utilities for all the standard Java attribute types. 
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
com.android.dx.cf.cst   
com.android.dx.cf.direct Implementation of cf.iface.* based on a direct representation of class files as byte[]s. 
com.android.dx.cf.iface Interfaces and base classes for dealing with class files. 
com.android.dx.command.dump   
com.android.dx.dex.code   
com.android.dx.dex.code.form   
com.android.dx.dex.file   
com.android.dx.rop.annotation   
com.android.dx.rop.code Classes relating to a register-based opcode system. 
com.android.dx.rop.cst Interfaces and implementation of things related to the constant pool. 
com.android.dx.rop.type Implementation of classes that represent types (classes or primitives). 
com.android.dx.ssa   
com.android.dx.ssa.back   
com.android.dx.util Utility classes for class file access/manipulation. 
 

Classes in com.android.dx.util used by com.android.dx.cf.attrib
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.cf.code
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.
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.cf.cst
ByteArray
          Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
 

Classes in com.android.dx.util used by com.android.dx.cf.direct
ByteArray
          Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
 

Classes in com.android.dx.util used by com.android.dx.cf.iface
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.command.dump
ByteArray
          Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
 

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.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.
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.
 



Copyright © 2015. All rights reserved.