|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.util.JarUtil
public class JarUtil
Util class for dealing with zip archives.
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
extractStringContents(java.lang.String fileSuffix,
java.lang.String charSet,
java.util.zip.ZipInputStream inStream)
Extracts all the files ending with the fileSuffix and adds the file name as the key in the returned map. |
static java.util.Map<java.lang.String,java.lang.String> |
extractStringContents(java.lang.String fileSuffix,
java.util.zip.ZipInputStream inStream)
Extracts all the files ending with the fileSuffix and adds the file name as the key in the returned map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Map<java.lang.String,java.lang.String> extractStringContents(java.lang.String fileSuffix,
java.lang.String charSet,
java.util.zip.ZipInputStream inStream)
throws java.io.IOException
fileSuffix - the suffix of files that should be returned.charSet - the character set that files should be read with.inStream - the ZipInputStream that is to be processed.
java.io.IOException
public static java.util.Map<java.lang.String,java.lang.String> extractStringContents(java.lang.String fileSuffix,
java.util.zip.ZipInputStream inStream)
throws java.io.IOException
fileSuffix - the suffix of files that should be returned.inStream - the ZipInputStream that is to be processed.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||