public class ArchiveContentUtil extends Object
Constructor and Description |
---|
ArchiveContentUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getFileContent(File archive,
String fileInArchive)
Returns the content of the given file as string.
|
static Set<String> |
getFilesInZip(File archive)
Returns a list of file and folder entries in the given zip archive.
|
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.