A
Alejandro Lapeyre
I am writing a class to wrap a RIFF file, so i have to read and decode some
structured data on the file.
For example, in the begining of file is a header:
Public Structure RiffHeader
Public id As Int32 ' (a FOURCC actually)
Public fileSize As Int32
Public fileType As Int32
End Structure
How can a I read from the file into a RiffHeader structure?
Regards, Alejandro Lapeyre
structured data on the file.
For example, in the begining of file is a header:
Public Structure RiffHeader
Public id As Int32 ' (a FOURCC actually)
Public fileSize As Int32
Public fileType As Int32
End Structure
How can a I read from the file into a RiffHeader structure?
Regards, Alejandro Lapeyre