How to read variable length String from a C struct using Javolution API?
For example the code below is used to get a fixed size String- public final UTF8String data= new UTF8String(100);
Can anyone give me an example for reading variable length String.