get file object from input stream

Started by tlf30, December 10, 2011, 02:08:59

Previous topic - Next topic

tlf30

I'm making an installer and need to get the java File object from an InputStream.

CodeBunny

FileInputStream? ClassLoader.getResourceAsStream? ObjectInputStream?

This is more of standard java question; you'll find lots of preexisting feedback on StackOverflow.

tlf30

Im using an getResourcrAsStream. I have googled it but could not find anything.

tlf30

I discoverd ZipInputStream, it solved by problem.