With Java:

I have a byte[] that represents a file.

How do I write this to a file (ie. C:\myfile.pdf)

I know it’s done with InputStream, but I can’t seem to work it out.

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *