6,834
edits
(Created page with "{{ScriptItem |endpoint = shared |type = method |name = readCharacter |class = TextReader |parameters = void |usage = read a character of text.<br>The text returned may be an E...") |
No edit summary |
||
Line 5: | Line 5: | ||
|class = TextReader | |class = TextReader | ||
|parameters = void | |parameters = void | ||
|usage = read a character of text. | |usage = read a character of text from the TextReader's stream. | ||
|return1 = string | |return1 = string A string containing the character read. | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} |
edits