discord-jadx/app/src/main/java/c/f/b/b/c.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

36 lines
677 B
Java

package c.f.b.b;
import java.io.IOException;
import java.util.Collection;
/* compiled from: DiskStorage */
public interface c {
/* compiled from: DiskStorage */
public interface a {
long a();
String getId();
long getSize();
}
/* compiled from: DiskStorage */
public interface b {
}
void a();
b b(String str, Object obj) throws IOException;
boolean c(String str, Object obj) throws IOException;
c.f.a.a d(String str, Object obj) throws IOException;
Collection<a> e() throws IOException;
long f(String str) throws IOException;
long g(a aVar) throws IOException;
boolean isExternal();
}