WIth binary access, can you read a 'section' of data directly into a type variable, such as with random access?

This to me seems like a great benefit and one that would speed things up considerably. Otherwise you would have to read in data, then break it apart into separate variables etc.