MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / stealOutput

Method stealOutput

android/src/AbstractAndroidPort.java:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 private synchronized OutputThread stealOutput() {
55 OutputThread o = output;
56 output = null;
57 return o;
58 }
59
60 protected synchronized void set(InputStream _input, OutputStream _output) {
61 input = new InputThread(name, inputListener, _input);

Callers 1

closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected