public static class

MediaSource.Output

extends Object
java.lang.Object
   ↳ com.google.gdata.data.media.MediaSource.Output

Class Overview

The Output class provides helper methods for MediaSource handling.

Summary

Public Constructors
MediaSource.Output()
Public Methods
static void writeTo(MediaSource source, OutputStream outputStream)
Helper method that writes the contents of a media source to an output stream.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MediaSource.Output ()

Public Methods

public static void writeTo (MediaSource source, OutputStream outputStream)

Helper method that writes the contents of a media source to an output stream.

Parameters
source The source media stream containing the media data.
outputStream The target output stream.
Throws
IOException on any error writing the data to the stream.