Currently looking to interface a Java and a C# application. In Java I can use getShort()
, getFloat()
etc, to get various different data types from the buffer.
In C# I am using a MemoryStream
, but there is only a single get()
function. Does anybody know of a datatype or even a class that would mimic this functionality?