public class SmoothStreamingManifestParser extends java.lang.Object implements UriLoadable.Parser<SmoothStreamingManifest>
Modifier and Type | Class and Description |
---|---|
static class |
SmoothStreamingManifestParser.MissingFieldException
Thrown if a required field is missing.
|
Constructor and Description |
---|
SmoothStreamingManifestParser() |
Modifier and Type | Method and Description |
---|---|
SmoothStreamingManifest |
parse(java.lang.String connectionUrl,
java.io.InputStream inputStream)
Parses an object from a response.
|
public SmoothStreamingManifest parse(java.lang.String connectionUrl, java.io.InputStream inputStream) throws java.io.IOException, ParserException
UriLoadable.Parser
parse
in interface UriLoadable.Parser<SmoothStreamingManifest>
connectionUrl
- The source of the response, after any redirection.inputStream
- An InputStream
from which the response data can be read.ParserException
- If an error occurs parsing the data.java.io.IOException
- If an error occurs reading data from the stream.