Searched refs:ByteInput (Results 1 - 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dex/util/
H A DByteInput.java22 public interface ByteInput { interface
H A DByteArrayByteInput.java19 public final class ByteArrayByteInput implements ByteInput {
/dalvik/dx/src/com/android/dex/
H A DEncodedValue.java20 import com.android.dex.util.ByteInput;
32 public ByteInput asByteInput() {
H A DLeb128.java19 import com.android.dex.util.ByteInput;
54 public static int readSignedLeb128(ByteInput in) {
82 public static int readUnsignedLeb128(ByteInput in) {
H A DEncodedValueCodec.java19 import com.android.dex.util.ByteInput;
123 public static int readSignedInt(ByteInput in, int zwidth) {
138 public static int readUnsignedInt(ByteInput in, int zwidth, boolean fillOnRight) {
158 public static long readSignedLong(ByteInput in, int zwidth) {
173 public static long readUnsignedLong(ByteInput in, int zwidth, boolean fillOnRight) {
H A DEncodedValueReader.java19 import com.android.dex.util.ByteInput;
47 protected final ByteInput in;
52 public EncodedValueReader(ByteInput in) {
66 public EncodedValueReader(ByteInput in, int knownType) {
H A DMutf8.java19 import com.android.dex.util.ByteInput;
34 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException {
H A DDex.java22 import com.android.dex.util.ByteInput;
329 public final class Section implements ByteInput, ByteOutput {
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
H A DMutf8Test.java20 import com.android.dex.util.ByteInput;
29 ByteInput in = new ByteArrayByteInput(
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java20 import com.android.dex.util.ByteInput;
231 private int readStringIndex(ByteInput bs) throws IOException {
250 ByteInput bs = new ByteArrayByteInput(encoded);

Completed in 184 milliseconds