Read binary file byte by byte?

Is there anything similar to that of get() and read() from the std::fstream class in cpp? I’m trying to read a midi file byte by byte, and there is nothing in ffilehelper to do this (only loading a binary file to an array). Any help or advice is appreciated!

IFileManager::Get().CreateFileReader() will return an FArchive, which can be used like your typical FileStream.