Hi,
> Why is that in
> InternalValue.create(InputStream), when USE_DATA_STORE is true,
> getBLOBFileValue() is called with
> null as the data store?
> This causes the stream to be dumped in a temp file.
Yes.
> The code I'm following is in BundleBinding.writeState(). A -2 is written as
> th
Hi all.
I have a question regarding the handling of binary data that goes to the data
store. Why is that in
InternalValue.create(InputStream), when USE_DATA_STORE is true,
getBLOBFileValue() is called with
null as the data store?
This causes the stream to be dumped in a temp file.
The code I'm