ShellOutputReceiverStream
public final class ShellOutputReceiverStream
extends Object
java.lang.অবজেক্ট |
↳ | com.android.tradefed.util.ShellOutputReceiverStream |
আউটপুটস্ট্রিমের ইউটিলিটি সাবক্লাস যা একটি IShellOutputReceiver-এ লেখা।
সারাংশ
পাবলিক কনস্ট্রাক্টর
ShellOutputReceiverStream
public ShellOutputReceiverStream (IShellOutputReceiver receiver)
প্রদত্ত IShellOutputReceiver
এর জন্য একটি নতুন অ্যাডাপ্টার তৈরি করুন।
অ্যাডাপ্টার ব্যবহার করে কোড সহজ করার জন্য এখানে একটি নাল রিসিভার প্রদান করা বৈধ, অর্থাৎ এটি একটি নাল রিসিভারের জন্য চেক না করেই রিসোর্সের সাথে চেষ্টা করে এটি ব্যবহার করতে পারে।
পরামিতি |
---|
receiver | IShellOutputReceiver |
ShellOutputReceiverStream
public ShellOutputReceiverStream (IShellOutputReceiver receiver,
FileOutputStream fileOutput)
পরামিতি |
---|
receiver | IShellOutputReceiver |
fileOutput | FileOutputStream |
পাবলিক পদ্ধতি
বন্ধ
public void close ()
ফ্লাশ
public void flush ()
লিখুন
public void write (byte[] b)
লিখুন
public void write (byte[] b,
int off,
int len)
পরামিতি |
---|
b | byte |
off | int |
len | int |
লিখুন
public void write (int b)