Package 

Class AdbInputStream

    • Method Summary

      Modifier and Type Method Description
      int read()
      int read(Array<byte> b)
      int read(Array<byte> b, int off, int len)
      void close()
      int available()
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait