]
Work on TEIID-5981 started by Steven Hawkins.
---------------------------------------------
Add content length to VirtualFileConnection.add
-----------------------------------------------
Key: TEIID-5981
URL:
https://issues.redhat.com/browse/TEIID-5981
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 15.0
Using either an InputStreamFactory or another parameter the add method should have the
stream length available or -1 if unknown. This will help with protocols that require the
length which may otherwise have to materialize the stream in memory or disk to determine
the length.