I need to transfer byte array from my java app to a c# app. One option is just store it into a file but its not so secure. I was thinking maybe there is a way to use a memorystream or something so the data wont be stored anywhere else than memory.
EDIT: Just to give more information. Applications run on the same machine and C# applications is executing the java application.