| java.lang.Object | |
| ↳ | com.google.gdata.data.ParseSource |
The ParseSource class represents a data input source that can be used to read parseable GData content.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eventSource | |||||||||||
| inputStream | |||||||||||
| reader | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new GData input source using data from a Reader.
| |||||||||||
Constructs a new GData input source using data from an InputStream.
| |||||||||||
Constructs a new GData input source using data from an
XmlParser. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the Reader associated with the input source or
null if associated with a different source type. | |||||||||||
Returns the Reader associated with the input source or
null if associated with a different source type. | |||||||||||
Returns the Reader associated with the input source or
null if associated with a different source type. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a new GData input source using data from a Reader.
| reader |
|---|
Constructs a new GData input source using data from an InputStream.
| inputStream |
|---|
Constructs a new GData input source using data from an XmlParser.
| eventSource |
|---|
Returns the Reader associated with the input source or
null if associated with a different source type.
Returns the Reader associated with the input source or
null if associated with a different source type.
Returns the Reader associated with the input source or
null if associated with a different source type.