mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Minor documentation tweak.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118774671
This commit is contained in:
parent
b0c8a6132d
commit
d83b89cfd0
1 changed files with 4 additions and 3 deletions
|
|
@ -65,12 +65,13 @@ public final class DefaultDataSource implements DataSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new instance, using a provided {@link DataSource} for fetching remote data.
|
* Constructs a new instance that delegates to a provided {@link DataSource} for URI schemes other
|
||||||
|
* than file, asset and content.
|
||||||
*
|
*
|
||||||
* @param context A context.
|
* @param context A context.
|
||||||
* @param listener An optional {@link TransferListener}.
|
* @param listener An optional {@link TransferListener}.
|
||||||
* @param defaultDataSource A {@link DataSource} to use for all URIs other than file, asset and
|
* @param defaultDataSource A {@link DataSource} to use for URI schemes other than file, asset and
|
||||||
* content URIs. This {@link DataSource} should normally handle at least http(s) URIs.
|
* content. This {@link DataSource} should normally support at least http(s).
|
||||||
*/
|
*/
|
||||||
public DefaultDataSource(Context context, TransferListener listener,
|
public DefaultDataSource(Context context, TransferListener listener,
|
||||||
DataSource defaultDataSource) {
|
DataSource defaultDataSource) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue