ByteArrayInputStream to FileInputStream
807588Feb 18 2009 — edited Feb 18 2009I am not very experienced in Java and I am having trouble converting a ByteArrayInputStream object to a FileInputStream object.
There is a long story behind this so I won't waste anyone's time with it. Any hints on how to do this? I have been looking at the API but nothing jumps out that would seem to help me. It's all about converting FileInputStream to ByteArrayInputStream but that's not what I want.
Thanks in advance for your help.