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

Method OutputThread

android/src/OutputThread.java:47–54  ·  view source on GitHub ↗
(String _name, OutputStream _os)

Source from the content-addressed store, hash-verified

45 int head, tail;
46
47 OutputThread(String _name, OutputStream _os) {
48 super("OutputThread " + _name);
49
50 name = _name;
51 os = _os;
52
53 start();
54 }
55
56 synchronized void close() {
57 OutputStream os2 = os;

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected