Hi,
I have a scenario where I need to develop an EJB session bean business method which will take a file (inputstream) as input.
The methods should remove all "LineFeed" characters in this file and return new file (inputstream).
How do I achieve this? How do I remove line feeds from inputstream?
Thanks and regards,
Amey