This method parses the HTTP header lines from the specified input stream and stores the results. The map m_headers is populated with two types of values, Strings if the header occurs once or a List in the case that the same header is specified multiple times.
@param is The input stream from which to read the HTTP header lines.
@throws java.io.IOException If any I/O error occurs.
Parses the given header, initialized the {@link ManifestMetadataParser#m_elements} list(adds the iPOJO element) and parses contained component type declarations and instance configurations.
@param header the given header of the manifest file
@throws ParseException if any error occurs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.