ScreenRecordOnFailureCollector.LineCapturingOutputStream

public class ScreenRecordOnFailureCollector.LineCapturingOutputStream
extends OutputStream

java.lang.Object
java.io.OutputStream
  com.android.tradefed.device.metric.ScreenRecordOnFailureCollector.LineCapturingOutputStream


摘要

公共构造函数

LineCapturingOutputStream(Consumer<String> onLineCaptured)

公共方法

void write(int b)

公共构造函数

LineCapturingOutputStream

public LineCapturingOutputStream (Consumer<String> onLineCaptured)

参数
onLineCaptured Consumer

公共方法

write

public void write (int b)

参数
b int