Output in a JAR to an internal file
So, when reading from a file packaged in a JAR, in order to get input to work correctly, the class must use this.getClass().getResourceAsStream("file.txt").What is the equivalent code for output, if one wanted an OutputStream?
[272 byte] By [
Childa] at [2007-11-27 3:38:06]
