| java.lang.Object | |
| ↳ | com.google.gdata.data.appsforyourdomain.migration.Rfc822MediaSource |
MediaSource that wraps an RFC822 message in UTF8 format.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| rfc822Msg | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Rfc822MediaSource from the RFC822 message in UTF-8
format. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the length (in bytes) of the media source.
| |||||||||||
Returns the entity tag (etag) value associated with the media content
or
null if unknown. | |||||||||||
Returns the last modification time of the media content or
null
if unknown. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.media.MediaSource
| |||||||||||
From interface
javax.activation.DataSource
| |||||||||||
Constructs a new Rfc822MediaSource from the RFC822 message in UTF-8
format.
| rfc822Msg | The text of the RFC822 message |
|---|
Returns the length (in bytes) of the media source. A value of -1 indicates the length is unknown.
Returns the entity tag (etag) value associated with the media content
or null if unknown.
Returns the last modification time of the media content or null
if unknown.