imglib / imglib2-ij

Translation between ImgLib & ImageJ data structures (both 1.x and 2)
Other
4 stars 8 forks source link

Io package: wrap native arrays in VolatileArrayDataAccess #26

Closed acardona closed 5 years ago

acardona commented 5 years ago

Hi @tpietzsch , here is a version of the Load class with native arrays wrapped as VolatileArrayDataAccess. Is this what you wanted?

Note the proxies are left as they are. Would you like them to extend VolatileArrayDataAccess rather than ArrayDataAccess? Would that make any difference?

tpietzsch commented 5 years ago

👍