Mono Class Library: OverviewSystem.IO.StringReader: Method Members |
The methods of System.IO.StringReader are listed below. For a list of all members, see the StringReader Members list.
See Also: Inherited members from System.IO.TextReader
overrideClose() Closes the System.IO.StringReader . overridePeek() : int Returns the next available character but does not advance the reader's position in the underlying string. overrideRead() : int Reads the next character from the input string and advances the character position by one character. overrideRead(char[], int, int) : int Reads a block of characters from the input string. overrideReadLine() : string Reads a line from the underlying string. overrideReadToEnd() : string Returns the underlying string from the current position to the end.