Overview

Location

Instance Methods


constructor  protected    (declared in TextReader) .NET, .NET Core 5.0, .NET Standard 2.0, Island


constructor(stream: Stream)
StreamReader(Stream stream)
Sub New(stream As Stream)

Parameters:

  • stream:

Close  override




Peek  override


Read  override


method Read(buffer: array of Char; index: Int32; count: Int32): Int32
Int32 Read(Char[] buffer, Int32 index, Int32 count)
func Read(_ buffer: Char..., _ index: Int32, _ count: Int32) -> Int32
Function Read(buffer As Char(), index As Int32, count As Int32) As Int32

Parameters:

  • buffer:
  • index:
  • count:

ReadLine  override

func ReadLine() -> String
Function ReadLine() As String

ReadToEnd  override

func ReadToEnd() -> String
Function ReadToEnd() As String