I'm trying to read binary data from some files and is able to do that with the Binary object alone. But I want to be able load a sequence of bytes from a large file without loading all of it into memory. As I understand the Binary Quickload object can be used together with the Binary object for this purpose.
But how? Binary Quickload only lets you specify a memory address to where it will load the bytes, and I try to specify the address for the Binary object but no data appears. Does anyone know how to do this?