> /** converts file (or directory) to byte array using jar algorithm */ > byte[] toJarBytesArray(File file) throws IOException > > /** converts file (or directory) to byte array using zip algorithm */ > byte[] toZipBytesArray(File file) throws IOException
Shouldn't this better go into compress? cheers -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]