peek
Gives back the next character without skipping
Return
the next character
Since
0.1.0
Gives back a character of the CharacterInputStream (relative to the actual position)
Return
the character at the requested position
Since
0.1.0
Parameters
num
the position to get
Gives back a part of the CharacterInputStream as string (relative to the actual position)
Return
the character at the requested position
Since
0.1.0
Parameters
from
the starting position of the string to get
to
the end position of the string to get