|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.media.MediaSource.Output
public static class MediaSource.Output
The Output class provides helper methods for MediaSource handling.
| Constructor Summary | |
|---|---|
MediaSource.Output()
|
|
| Method Summary | |
|---|---|
static void |
writeTo(MediaSource source,
java.io.OutputStream outputStream)
Helper method that writes the contents of a media source to an output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaSource.Output()
| Method Detail |
|---|
public static void writeTo(MediaSource source,
java.io.OutputStream outputStream)
throws java.io.IOException
source - the source media stream containing the media data.outputStream - the target output stream.
java.io.IOException - on any error writing the data to the stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||