1# DataSource module
2
3Provides a `DataSource` abstraction and a number of concrete implementations for
4reading data from different sources. Application code will not normally need to
5depend on this module directly.
6
7## Links
8
9*   [Javadoc][]
10
11[Javadoc]: https://exoplayer.dev/doc/reference/index.html
12