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.
Get the chunk from the given position. The returned string
starts at from (0-based) and, if that isn't the end of the
string, may be of any length greater than zero.
The starting position of the chunk (0-based, inclusive).
Read the part of the document between the given positions.
The starting position (0-based, inclusive).
The ending position (0-based, exclusive).
The
SdlStringInputclass implements theInputinterface for a string input. It provides methods to read and chunk the input string.