G
Guest
Hi;
Is there a way to cast a byte[] to a sbyte[]? I know I can copy it but if I
have a 32K array, that copy takes time & memory and yet the actual values are
identical in both arrays.
So is there some way to cast a variable in this case?
Is there a way to cast a byte[] to a sbyte[]? I know I can copy it but if I
have a 32K array, that copy takes time & memory and yet the actual values are
identical in both arrays.
So is there some way to cast a variable in this case?