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

Method write

android/src/ProxyAndroidPort.java:111–116  ·  view source on GitHub ↗
(byte[] data, int length)

Source from the content-addressed store, hash-verified

109 }
110
111 @Override public int write(byte[] data, int length) {
112 AndroidPort port = this.port;
113 return port != null
114 ? port.write(data, length)
115 : 0;
116 }
117
118 protected void stateChanged() {
119 PortListener portListener = this.portListener;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected