B
Brian Mitchell
Hello, I am using a MemoryStream to serialize a class but when I use the
GetBuffer method it returns exactly 1024 bytes even though the stream is
only 675 bytes.
If I look at the MemoryStream.Length it shows 675 and even if I do a ?
MemoryStream.GetBuffer in the command window it will will try to return
1024.
I figgure I am doing something wrong here especially since this is my first
time with the MemoryStream class. Can anyone give me some pointers??
Thanks!!
Brian
GetBuffer method it returns exactly 1024 bytes even though the stream is
only 675 bytes.
If I look at the MemoryStream.Length it shows 675 and even if I do a ?
MemoryStream.GetBuffer in the command window it will will try to return
1024.
I figgure I am doing something wrong here especially since this is my first
time with the MemoryStream class. Can anyone give me some pointers??
Thanks!!
Brian