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

/dalvik/dx/src/com/android/dx/util/
H A DByteInput.java22 public interface ByteInput { interface
H A DByteArrayByteInput.java19 public final class ByteArrayByteInput implements ByteInput {
H A DLeb128Utils.java82 public static int readSignedLeb128(ByteInput in) {
110 public static int readUnsignedLeb128(ByteInput in) {
H A DMutf8.java33 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException {
/dalvik/dx/src/com/android/dx/io/
H A DEncodedValue.java20 import com.android.dx.util.ByteInput;
32 public ByteInput asByteInput() {
H A DEncodedValueReader.java19 import com.android.dx.util.ByteInput;
44 protected final ByteInput in;
46 public EncodedValueReader(ByteInput in) {
137 private int readIndex(ByteInput in, int byteCount) {
H A DDexBuffer.java25 import com.android.dx.util.ByteInput;
305 public final class Section implements ByteInput, ByteOutput {
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
H A DMutf8Test.java26 ByteInput in = new ByteArrayByteInput(
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java29 import com.android.dx.util.ByteInput;
221 private int readStringIndex(ByteInput bs) throws IOException {
240 ByteInput bs = new ByteArrayByteInput(encoded);
/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java29 import com.android.dx.util.ByteInput;
300 private void copyBytes(ByteInput in, ByteOutput out, int size) {

Completed in 78 milliseconds