You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File should not implement Stream directly, instead it should provide methods to configure scans.
I'm building a browser-based app for viewing Vortex files, and I want to allow reading random chunks of the file at a time to avoid materializing everything into browser memory. This is not possible without initializing a new reader and building a new VortexFileArrayStream.
The text was updated successfully, but these errors were encountered:
File should not implement Stream directly, instead it should provide methods to configure scans.
I'm building a browser-based app for viewing Vortex files, and I want to allow reading random chunks of the file at a time to avoid materializing everything into browser memory. This is not possible without initializing a new reader and building a new VortexFileArrayStream.
The text was updated successfully, but these errors were encountered: