2010年2月20日 星期六

JarFile


JarFile jar = new JarFile(file);

// get file entry from the JarFile
JarEntry entry = jar.getJarEntry("file_name");

// get file stream to prepare parsing this file
InputStream input = jar.getInputStream(entry);

沒有留言:

張貼留言