writer

Writes data to a stream

Methods

print(any value) print the given value to a text stream
println(any value) print the given value to a text stream followed by a newline
write(any value) write the given value as a binary representation

Method Documentation


void print(any value)

Print the given value to a text stream

Parameters


void println(any value)

Print the given value to a text stream followed by a newline

Parameters


void write(any value)

Write the given value as a binary representation. Do not use this for a text stream.

Parameters



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.