Rabbit-R1/android (non root)/java/sources/com/google/android/exoplayer2/offline/DownloadIndex.java

11 lines
267 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package com.google.android.exoplayer2.offline;
import java.io.IOException;
/* loaded from: classes2.dex */
public interface DownloadIndex {
Download getDownload(String str) throws IOException;
DownloadCursor getDownloads(int... iArr) throws IOException;
}