jimu-decompiled/sources/com/liulishuo/filedownloader/stream/FileDownloadOutputStream.java
2025-05-13 19:24:51 +02:00

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;
}