ShellOutputReceiverStream

public final class ShellOutputReceiverStream
extends Object

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


คลาสย่อยยูทิลิตีของ OutputStream ที่เขียนลงใน IShellOutputReceiver

สรุป

ช่างก่อสร้างสาธารณะ

ShellOutputReceiverStream(IShellOutputReceiver receiver)

สร้างอะแดปเตอร์ใหม่สำหรับ IShellOutputReceiver ที่ระบุ

ShellOutputReceiverStream(IShellOutputReceiver receiver, FileOutputStream fileOutput)

วิธีการสาธารณะ

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

ช่างก่อสร้างสาธารณะ

ShellOutputReceiverStream

public ShellOutputReceiverStream (IShellOutputReceiver receiver)

สร้างอะแดปเตอร์ใหม่สำหรับ IShellOutputReceiver ที่ระบุ

คุณสามารถใส่ตัวรับสัญญาณ Null ที่นี่เพื่อให้โค้ดง่ายขึ้นโดยใช้อะแดปเตอร์ เช่น ว่าสามารถใช้วิธีนี้กับ ให้ลองด้วยทรัพยากรโดยไม่ต้องตรวจสอบตัวรับที่เป็นค่าว่าง

พารามิเตอร์
receiver IShellOutputReceiver

ShellOutputReceiverStream

public ShellOutputReceiverStream (IShellOutputReceiver receiver, 
                FileOutputStream fileOutput)

พารามิเตอร์
receiver IShellOutputReceiver

fileOutput FileOutputStream

วิธีการสาธารณะ

ปิด

public void close ()

ล้าง

public void flush ()

เขียน

public void write (byte[] b)

พารามิเตอร์
b byte

เขียน

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

พารามิเตอร์
b byte

off int

len int

เขียน

public void write (int b)

พารามิเตอร์
b int