Package 

Class AdbOutputStream

  • All Implemented Interfaces:
    java.io.Closeable , java.io.Flushable , java.lang.AutoCloseable

    
    public class AdbOutputStream
    extends OutputStream
                        
    • Method Summary

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

        close, flush, nullOutputStream, write
      • Methods inherited from class java.lang.Object

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