Yes it is possible. You need to read your binary file, scale it, and then run an FFT on it. There are examples showing how to scale binary data (hopefully you just used one of hte stream to disk examples that has a read and display example paired with it). Then, if the data is reasonably sized, pass it to an FFT, and plot. If your data set is large, you may need to break up the data into chunks and then average the spectra.
Chris