On Thu, Feb 2, 2012 at 6:34 AM, Jaeho Kim <dujuk3 at gmail.com> wrote: > Hello, > > I want to know mean peek function. > > Best Regards! > Hello, It reads data from the stream, but doesn't go forward. In other words, if you call Peek multiple times you will get the same result, while Read would move forward. Regards, -- Hugo Beauzée-Luyssen