In my project I'm using a integration of Intersystems Caché with Java by a Java Gateway, it's basically maps JARs and create a class proxies in Caché to access Java classes into the JAR.
A class in Java has a parameter of type FileInputStream , my question is how I should send this parameter Caché proxie ? What type of data in Caché represent the FileInputStream in Java?
Regards,
Lucas Boeing Scarduelli
When you create proxy for that java, should be created cache-class for FileInputStream too.
simple java class, with FileInputStream as a type for an argument in function
then I created projection for this jar file in Caché Studio. And wrote a code
so, it works well.