writeToStdin abstract method

void writeToStdin(
  1. String data
)

Write to the process stdin.

Implementation

void writeToStdin(String data);