so i need exactly a kind of this read-file -process
at first i have a look to the filsize
then i read the file out step by step (in one steps) in a while loop with a kind og marker
if i on the end of the file, i close the file.
but
the output from this file is a 32 bit vektor not a array, so i have to
change the 2 D Array into a bit vektor with the right order/sequence of
data output
THX for help