HomeSort by relevance Sort by last modified time
    Searched refs:MyInputStream (Results 1 - 3 of 3) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 272 public MyInputStream makeInputStream() {
273 return new MyInputStream();
292 public class MyInputStream extends InputStream {
299 public MyInputStream() {
348 * simply so that the cursor of a wrapped {@link #MyInputStream}
352 /** {@code non-null;} the underlying {@link #MyInputStream} */
353 private final MyInputStream wrapped;
355 public MyDataInputStream(MyInputStream wrapped) {
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 272 public MyInputStream makeInputStream() {
273 return new MyInputStream();
292 public class MyInputStream extends InputStream {
299 public MyInputStream() {
348 * simply so that the cursor of a wrapped {@link #MyInputStream}
352 /** {@code non-null;} the underlying {@link #MyInputStream} */
353 private final MyInputStream wrapped;
355 public MyDataInputStream(MyInputStream wrapped) {
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 61 milliseconds