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
It would be very helpful to have a method HDTManager::generateHDT(InputStream, String, RDFNotation, HDTOptions, ProgressListener), which consumes a InputStream instead of a file path.
In case of TempHDTImporterOnePass it is quiet straightforward to do that. In case of TempHDTImporterTwoPass the things are more complicated, as the InputStream would be needed to consume twice.
The text was updated successfully, but these errors were encountered:
It would be very helpful to have a method
HDTManager::generateHDT(InputStream, String, RDFNotation, HDTOptions, ProgressListener)
, which consumes aInputStream
instead of a file path.In case of
TempHDTImporterOnePass
it is quiet straightforward to do that. In case ofTempHDTImporterTwoPass
the things are more complicated, as theInputStream
would be needed to consume twice.The text was updated successfully, but these errors were encountered: