analyzeManifestContents
public boolean analyzeManifestContents(java.io.InputStream inputStream)
throws java.io.IOException
Analyze the manifest contents. The given input stream is read using a UTF-8 encoded reader.
If the contents of the input stream is not encoded using a UTF-8 encoding, the analysis will fail.
- Parameters:
inputStream - the given input stream.
- Returns:
true if the analysis is successful, false otherwise.
- Throws:
java.io.IOException - if an exception occurs while analyzing the file