Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
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
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)
ghi
public void write (byte[] b,
int off,
int len)
Tham số |
b |
byte |
off |
int |
len |
int |
ghi
public void write (int b)
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-08-22 UTC."],[],[]]