main

square/leakcanary

Last updated at: 29/12/2023 09:38

DualSourceProvider.kt

TLDR

This file contains the definition of the DualSourceProvider interface, which serves as both a StreamingSourceProvider and a RandomAccessSourceProvider.

END

package shark

/**
 * Both a [StreamingSourceProvider] and a [RandomAccessSourceProvider]
 */
interface DualSourceProvider : StreamingSourceProvider, RandomAccessSourceProvider