21 lines
455 B
Java
21 lines
455 B
Java
package com.baidu.cloud.videocache.file;
|
|
|
|
import java.io.File;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class g extends e {
|
|
private final long c;
|
|
|
|
public g(long j) {
|
|
if (j <= 0) {
|
|
throw new IllegalArgumentException("Max size must be positive number!");
|
|
}
|
|
this.c = j;
|
|
}
|
|
|
|
@Override // com.baidu.cloud.videocache.file.e
|
|
protected boolean a(File file, long j, int i) {
|
|
return j <= this.c;
|
|
}
|
|
}
|