G
[Gauthier]
Hi,
I'm trying to populate a structure that contain sbyte[] (signed byte array)
with an instance of BinaryReader class, my problem is that I don't see
ReadSbytes(int count) method however there is a similar method for byte[]
(unsigned byte array).
So my question are:
-Is there any valid reason for the absence of the ReadSBytes method?
-What way shoud I use to populate my signed byte array easily?
Much thanks for your support
Gauthier
I'm trying to populate a structure that contain sbyte[] (signed byte array)
with an instance of BinaryReader class, my problem is that I don't see
ReadSbytes(int count) method however there is a similar method for byte[]
(unsigned byte array).
So my question are:
-Is there any valid reason for the absence of the ReadSBytes method?
-What way shoud I use to populate my signed byte array easily?
Much thanks for your support
Gauthier