Initial commit
This commit is contained in:
12
sources/com/baidu/cloud/videocache/Source.java
Normal file
12
sources/com/baidu/cloud/videocache/Source.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.baidu.cloud.videocache;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface Source {
|
||||
void a(long j);
|
||||
|
||||
void close();
|
||||
|
||||
long length();
|
||||
|
||||
int read(byte[] bArr);
|
||||
}
|
||||
Reference in New Issue
Block a user