API Docs for: 0.0.1
Show:

StringBuffer Class

Defined in: routes/index.js:7

Helper class to concat strings

Constructor

StringBuffer

()

Defined in routes/index.js:7

Item Index

Methods

Methods

append

(
  • s
)

Defined in routes/index.js:19

Append a string at the end of the StringBuffer

Parameters:

  • s String

    The string to append

toString

()

Defined in routes/index.js:30

Return the string representation of the StringBuffer