Interface NativeJavaResourceInOut
-
- All Superinterfaces:
NativeJavaResource
,NativeJavaResourceIn
,NativeJavaResourceOut
public interface NativeJavaResourceInOut extends NativeJavaResourceIn, NativeJavaResourceOut
Supports both reading and writing from/to a resource.
-
-
Method Summary
-
Methods inherited from interface com.redwood.agent.api.java.scripting.NativeJavaResourceIn
getInputStream
-
Methods inherited from interface com.redwood.agent.api.java.scripting.NativeJavaResourceOut
getOutputStream, getOutputStream, getOutputStream, getOutputStream
-
-