Package com.android.dx.util
package com.android.dx.util
-
ClassDescriptionInterface for a binary output destination that may be augmented with textual annotations.A set of integers, represented by a bit setUtilities for treating
int[]
s as bit sets.Wrapper for abyte[]
, which provides read-only access and can "reveal" a partial slice of the underlying array.Helper interface that allows one to get the cursor (of a stream).Helper class forByteArray.makeDataInputStream()
.Implementation ofAnnotatedOutput
which stores the written data into abyte[]
.Simple (mostly) fixed-size list of objects, which may be made immutable.Utilities for formatting numbers as hexadecimal.Utilities for parsing hexadecimal text.Writer that wraps another writer and passes width-limited and optionally-prefixed output to its subordinate.An iterator for a list of ints.Simple list ofint
s.A set of integersAn item that has an integer label.A list of labeled items, allowing easy lookup by label.A set of integers, represented by a listVery simple base class that implements a flag to control the mutability of instances.Exception due to a mutability problem.Interface for a sink for binary output.Simple interface for objects that can return a "human" (as opposed to a complete but often hard to read) string form.Class that takes a combined output destination and provides two output writers, one of which ends up writing to the left column and one which goes on the right.Exception which is meant to indicate a non-fatal warning.Utilities for dealing withWriter
s.