API Docs for: 0.3.0
Show:

ContentWriter Class

Defined in: lib/util/writer.js:15
Module: io

abstract interfaces for writing content

Constructor

ContentWriter

()

Item Index

Methods

Methods

println

(
  • str
)

writes the specified string with a newline at the end

Parameters:

  • str String

    the string to write

write

(
  • str
)

writes the specified string as-is

Parameters:

  • str String

    the string to write