Constructor and Description |
---|
TransferPipe() |
Modifier and Type | Method and Description |
---|---|
ParcelFileDescriptor |
getWriteFd() |
void |
go(FileDescriptor out) |
void |
go(FileDescriptor out,
long timeout) |
void |
kill() |
void |
run()
When an object implementing interface
Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread. |
void |
setBufferPrefix(String prefix) |
public TransferPipe() throws IOException
IOException
public ParcelFileDescriptor getWriteFd()
public void setBufferPrefix(String prefix)
public void go(FileDescriptor out) throws IOException
IOException
public void go(FileDescriptor out, long timeout) throws IOException
IOException
public void kill()
public void run()
Runnable
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
The general contract of the method run
is that it may
take any action whatsoever.
run
in interface Runnable
Thread.run()