mirror of
https://github.com/zhigang1992/AndroidVideoCache.git
synced 2026-01-27 22:23:01 +08:00
@@ -22,7 +22,7 @@ public class ByteArraySource implements Source {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int available() throws ProxyCacheException {
|
||||
public int length() throws ProxyCacheException {
|
||||
return data.length;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user