Methods Summary |
---|
public void | close()Closes the underlying output stream.
|
public void | flush()Flushes this output stream and forces any buffered output bytes to
be written out.
|
public void | print(java.lang.String s)Print a string.
|
public void | print(java.lang.Object msg)Print the message.
|
public void | println(java.lang.String s)Print a String and then terminate the line.
|
public void | println(java.lang.Object msg)Print the message and then terminate the line.
|