I want to read X bytes from a binary file via PowerShell, without using Get-Content.
I don't want to use Get-Content as the data is binary, may be large, has no line feeds, and I don't want to read any more of the file than I need to. And from googling it seems that Get-Content uses line feeds to limit how much data it reads, and I've no line feeds.