I have xml strings in a database that have been compressed in Java using the Deflater class with default options. I would like to inflate the text in C#, but have not been able to do it using the DeflateStream class. Can it be done? There don't seem to be options on the C# side and I'm too late to change the java side. Do I just need to call the java class from C#? I know this is possible, but I've not done it before.