MCPcopy Create free account
hub / github.com/cSploit/android / send

Method send

cSploit/src/org/csploit/android/core/Child.java:64–67  ·  view source on GitHub ↗

send bytes to this child's stdin @param data the bytes to send

(byte[] data)

Source from the content-addressed store, hash-verified

62 * @param data the bytes to send
63 */
64 public synchronized void send(byte[] data) throws IOException {
65 if(!Client.SendTo(this.id, data))
66 throw new IOException("cannot send bytes to child");
67 }
68
69 /**
70 * send a string to this child's stdin

Callers 1

runMethod · 0.45

Calls 1

SendToMethod · 0.95

Tested by

no test coverage detected