Reads a maximum of count characters from the current stream, and writes the data to buffer, beginning at index.
Public Overridable Function ReadBlock ( _ <OutAttribute> buffer As Char(), _ index As Integer, _ count As Integer _ ) As Integer
Dim instance As TextReader Dim buffer As Char() Dim index As Integer Dim count As Integer Dim returnValue As Integer returnValue = instance.ReadBlock(buffer, _ index, count)
public virtual int ReadBlock( char[] buffer, int index, int count )
public: virtual int ReadBlock( [InAttribute] [OutAttribute] array<wchar_t>^ buffer, int index, int count )
public function ReadBlock( buffer : char[], index : int, count : int ) : int
buffer is nullNothingnullptra null reference (Nothing in Visual Basic).
The buffer length minus index is less than count.
index or count is negative.
The TextReader is closed.
An I/O error occurs.
The method blocks until either count characters are read, or all characters have been read. This is a blocking version of Read.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune