public class MediaMultipartParser extends AbstractParser<MediaMultipart>
InputParser implementation that
is capable parsing GData media multipart data streams to produce a
MediaMultipart instance.| Constructor and Description |
|---|
MediaMultipartParser() |
| Modifier and Type | Method and Description |
|---|---|
<R extends MediaMultipart> |
parse(ParseSource parseSource,
InputProperties inputProperties,
java.lang.Class<R> resultClass)
Parses data in the supported representation format from the input stream
based upon the provided input properties into the provided target object.
|
getAltFormat, getResultTypepublic <R extends MediaMultipart> R parse(ParseSource parseSource, InputProperties inputProperties, java.lang.Class<R> resultClass) throws ServiceException
InputParserparseSource - providing the source of the datainputProperties - properties describing the input dataresultClass - specific type of result expected from the parseServiceException