M
Michel Racicot
What is the best way to read datas in a byte[] that contains several
datatypes?
Some of the datas needs to be peeked before being read, so I can't use
anything that advances while reading without permitting peeking any number
of bytes first...
Normally, I would have used a StreamReader but it seems that it cannot peek
for more than 1 byte...
Any suggestions?
datatypes?
Some of the datas needs to be peeked before being read, so I can't use
anything that advances while reading without permitting peeking any number
of bytes first...
Normally, I would have used a StreamReader but it seems that it cannot peek
for more than 1 byte...
Any suggestions?