/**
  * Prints the receiver's usage instructions onto the given stream.
  *
  * @param stream The stream.
  */
 public void printUsage(PrintStream stream) {
   mSystem.printUsage(stream);
 }