Searched defs:wrapped (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DByteArray.java348 * simply so that the cursor of a wrapped {@link #MyInputStream}
353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream
355 public MyDataInputStream(MyInputStream wrapped) { argument
356 super(wrapped);
358 this.wrapped = wrapped;
/dalvik/dx/src/com/android/dx/util/
H A DByteArray.java348 * simply so that the cursor of a wrapped {@link #MyInputStream}
353 private final MyInputStream wrapped; field in class:ByteArray.MyDataInputStream
355 public MyDataInputStream(MyInputStream wrapped) { argument
356 super(wrapped);
358 this.wrapped = wrapped;

Completed in 30 milliseconds