| public nothrow | StreamReader(const SharedPtr<Stream>& stream_) |
| public inline nothrow bool | EndOfStream() const |
| private int | Get(bool peek) |
| public nothrow const SharedPtr<Stream>& | GetStream() const |
| public int | Peek() |
| public void | PutBack(byte b) |
| public int | Read() |
| public String<char> | ReadLine() |
| public String<char> | ReadToEnd() |
| public inline nothrow void | ResetEndOfStream() |
| private int | buffer |
| private bool | buffered |
| private bool | eos |
| private int | state |
| private SharedPtr<Stream> | stream |