Best way to search for string in byte array?
807588Jul 15 2009 — edited Jul 16 2009I recieve some data (from a file that contains text) in the form of a byte array. I need to look for specific strings in that data. What's the most efficient way to do this?