Open rao-pathangi opened 8 years ago
Hello.
Have you tried checking the input stream is available and not already closed by a previous operation (is.isAvailable()). Also perhaps a unit test to check that the above function works with a simple input stream you define, perhaps that might shred some light on what is causing the issue
When I call the listObjects method on the RiakCSClientImpl class, I get the following exception
I dug around a bit -- the issue seems to stem from the following parser activity
Any thoughts on how to get around the issue? I tried to call reset() on the InputStream below but it threw an exception as well.