The JADE 2022 release meets tomorrow’s business demands.
It seems JADE's attraction market is some large corporations that would need to manage very large files. JADE still has a very simplified File class that seems to do absolutely no buffering, as far as I remember we've occasionally had to work around JADE's lack of file buffering. I am sure built-in file streaming would be far more superior than what we can do.
I think it would be better for JADE's attraction market if file streaming was built-in.
If implemented, it'd be good to have an abstract approach to input & output streams, which'd then allow us to read/write to different kinds of sources & sinks (i.e. screen capture/output, tcp/ip, etc).