المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Byte Array



C# Programming
01-12-2010, 10:00 PM
I have an array of bytes. I need to remove the first 16 bytes of the array, then append another byte array onto it. What do you suggest is the best way to do this?