Class: CharStream

H.util.CharStream

new H.util.CharStream (input)

A class to provide stream like access to the given string's characters

Name Type Description
input string

The text to use as input. If needed, the value is converted into a string.

Implements