-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class AdbInputStream extends InputStream
-
-
Field Summary
Fields Modifier and Type Field Description public AdbStreammAdbStream
-
Constructor Summary
Constructors Constructor Description AdbInputStream(AdbStream adbStream)
-
Method Summary
Modifier and Type Method Description intread()intread(Array<byte> b)intread(Array<byte> b, int off, int len)voidclose()intavailable()-
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
-
-