|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.wireformats.input.AbstractParser<MediaSource>
com.google.gdata.wireformats.input.media.MediaParser
public class MediaParser
The MediaParser class provides an InputParser implementation for
consuming media data and exposing it as an MediaSource result.
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.wireformats.input.AbstractParser |
|---|
altFormat, resultType |
| Constructor Summary | |
|---|---|
MediaParser()
|
|
| Method Summary | ||
|---|---|---|
|
parse(ParseSource parseSource,
InputProperties inProps,
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. |
|
| Methods inherited from class com.google.gdata.wireformats.input.AbstractParser |
|---|
createResult, createResult, getAltFormat, getResultType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaParser()
| Method Detail |
|---|
public <R extends MediaSource> R parse(ParseSource parseSource,
InputProperties inProps,
java.lang.Class<R> resultClass)
InputParser
parseSource - providing the source of the datainProps - properties describing the input dataresultClass - specific type of result expected from the parse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||