17 lines
415 B
Java
17 lines
415 B
Java
package com.liulishuo.filedownloader.stream;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface FileDownloadOutputStream {
|
|
void a() throws IOException;
|
|
|
|
void a(long j) throws IOException, IllegalAccessException;
|
|
|
|
void b(long j) throws IOException, IllegalAccessException;
|
|
|
|
void close() throws IOException;
|
|
|
|
void write(byte[] bArr, int i, int i2) throws IOException;
|
|
}
|