B
Brad Wood
After I've written a string to a MemoryStream object, I want to set the
position to the first byte of real data, past the variable length of
bytes that indicate the buffer length.
Trying to figure out exactly at what data lengths the "length indicator"
length grows is tricky and boundary error prone.
Is there a good way?
position to the first byte of real data, past the variable length of
bytes that indicate the buffer length.
Trying to figure out exactly at what data lengths the "length indicator"
length grows is tricky and boundary error prone.
Is there a good way?