class FakeFS::Pathname

def binread(*args)

or the first +N+ if specified.
See IO.binread. Returns all the bytes from the file,
def binread(*args)
  File.binread(@path, *args)
end