Array split by range?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-06-15T01:56:46Z Indexed on 2010/06/15 2:02 UTC
Read the original article Hit count: 254

Filed under:
|

I have an array, i don't know the length but i do know it will be >=48bytes. The first 48bytes are the header and i need to split the header into two.

Whats the easiest way? I am hoping something as simple as header.split(32); would work ([0] is 32 bytes [1] being 16 assuming header is an array of 48bytes)

using .NET

© Stack Overflow or respective owner

Related posts about .NET

Related posts about array