I have a 16mb binary file and I want to read bytes without using any loop. like if i want to read 16 byte i can pass 16 to some method(if there is any) and it give me my desired result… right now i am using loop for reading bytes but my application is so huge i am afraid that it do not get slow.kindly give me some hint.
thanks alot.
1 Answer