You are currently browsing the archives for July, 2008.

Read a file into a byte array

22-July-2008 | Tags: , ,
Posted in Tips | 2 Comments »

Need to read a file into a byte array in memory, here’s a simple code sample.
More »