Re: [DOTNET] BinaryReader Question

2002-04-17 Thread Jeff Roberts
Do you know what happens when I try to read 100 bytes and there are only 50 bytes left to read ? Does an exception get thrown, or do I get a return code of 50 back ? You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discu

Re: [DOTNET] BinaryReader Question

2002-04-17 Thread Deepak Rao
BinaryReader.Read(byte[], int, int); - first parameter is the buffer to write into - second parameter is the starting offset - third parameter is the number of bytes to read > -Original Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of > Jeff Roberts > Sent: Wedn