ConsoleReaderOutputStream

public class ConsoleReaderOutputStream
extends Object

java.lang.Object
com.android.tradefed.command.console.ConsoleReaderOutputStream


Strumień danych wyjściowych, który umożliwia System.out.print() współpracę z użytkownikiem LineReader unfinishedLine.

W testach wydajnościowych o niskim priorytecie ta klasa nie miała zauważalnego wpływu na wydajność.

Podsumowanie

Konstruktory publiczne

ConsoleReaderOutputStream(LineReader reader)

Metody publiczne

LineReader getConsoleReader()

Pobierz instancję LineReader, która jest używana wewnętrznie

void write(byte[] b, int off, int len)

void write(int b)

Konstruktory publiczne

ConsoleReaderOutputStream

public ConsoleReaderOutputStream (LineReader reader)

Parametry
reader LineReader

Metody publiczne

Odczytujący konsolę getConsoleReader

public LineReader getConsoleReader ()

Pobierz instancję LineReader, która jest używana wewnętrznie

Zwroty
LineReader

pisać

public void write (byte[] b, 
                int off, 
                int len)

Parametry
b byte

off int

len int

zapis

public void write (int b)

Parametry
b int