According to the documentation :
Fills the internal buffer with the specified number of bytes read from the stream.
What does it mean (what is the internal buffer?)?
BinaryReaderhas an internal buffer, so it doesn’t need to do so many small reads in the underlying stream, especially when reading character data that may need some reading. You do not need to call this manually.
BinaryReader
Please note that the method is declared as protected.
, , , BinaryReader, .
, - , ; , "" () 8 . :
, , , [] '
; , :
So just work
Source: https://habr.com/ru/post/1770005/More articles:Communication with Silverlight Server - architectureRuby Loop error in stream - ruby | fooobar.comnhibernate + criteria. How to return a result without a single reference object - nhibernateWhat is overhead? - overheadNeed a clean TileMap example in XNA - c #Do the controller action parameters automatically view input tags? - asp.net-mvcComparable implementation in interface - java_dyld_start causes leaks in iphone applications - memory-managementНе удалось найти Spring NameSpaceHandler - Spring mvc-basic в равноденствии с использованием MANIFEST.MF, аналогично веб-консоли Spring образец DM webapp - javaEntity Framework uses model for different providers - .netAll Articles