am a841cead: am bb50b0b4: am f1ddfd1e: Keep tests building.
* commit 'a841ceadd9940b8349e49e35693e31918977f29e': Keep tests building.
This commit is contained in:
@@ -140,6 +140,11 @@ public class FileBridge extends Thread {
|
||||
mClient = clientPfd.getFileDescriptor();
|
||||
}
|
||||
|
||||
public FileBridgeOutputStream(FileDescriptor client) {
|
||||
mClientPfd = null;
|
||||
mClient = client;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user