Can Servoy do Binary Streams

I’m trying to integrate an imaging application that has the functionality of reading subregions of very large images.

My question:
Is there a way to create a binary stream from a data provider object? Or is there higher level functionality built into Servoy for interacting with images?
I absolutely cannot be loading entire images into memory.

Thanks,
Sean

the best way for doing this would be a plugin.. i think.. Because what you want is very low level and need to be done in java itself

If you give us an exact description what kind of methods you want (and what the output should be..) on what kind of data.. (file? db column?)
Then we can see if we can do something for you