The SdlStringInput
class implements the Input
interface for a string input.
It provides methods to read and chunk the input string.
private
readonly
input: string
readonly
length
The length of the document.
lineChunks: boolean
Indicates that the chunks do not already end at line breaks and that client code that wants to work by-line must scanning for line breaks.