ShellOutputReceiverStream

public final class ShellOutputReceiverStream
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.ShellOutputReceiverStream


Lớp con tiện ích của OutputStream ghi vào IShellOutputReceiver.

Tóm tắt

Hàm khởi tạo công khai

ShellOutputReceiverStream(IShellOutputReceiver receiver)

Tạo trình chuyển đổi mới cho IShellOutputReceiver đã cho.

ShellOutputReceiverStream(IShellOutputReceiver receiver, FileOutputStream fileOutput)

Phương thức công khai

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

Hàm khởi tạo công khai

ShellOutputReceiverStream

public ShellOutputReceiverStream (IShellOutputReceiver receiver)

Tạo trình chuyển đổi mới cho IShellOutputReceiver đã cho.

Bạn nên cung cấp trình nhận rỗng tại đây để đơn giản hoá mã bằng cách sử dụng trình chuyển đổi, tức là để có thể sử dụng hàm này với try-with-resources mà không cần tự kiểm tra trình nhận giá trị rỗng.

Tham số
receiver IShellOutputReceiver

ShellOutputReceiverStream

public ShellOutputReceiverStream (IShellOutputReceiver receiver, 
                FileOutputStream fileOutput)

Tham số
receiver IShellOutputReceiver

fileOutput FileOutputStream

Phương thức công khai

đóng

public void close ()

xả nước

public void flush ()

ghi

public void write (byte[] b)

Tham số
b byte

ghi

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

Tham số
b byte

off int

len int

ghi

public void write (int b)

Tham số
b int