public static class DownloadOutputStreamAdapter.Factory
extends java.lang.Object
implements com.liulishuo.okdownload.core.file.DownloadOutputStream.Factory
| Constructor and Description |
|---|
Factory(FileDownloadHelper.OutputStreamCreator creator) |
| Modifier and Type | Method and Description |
|---|---|
com.liulishuo.okdownload.core.file.DownloadOutputStream |
create(android.content.Context context,
java.io.File file,
int flushBufferSize) |
com.liulishuo.okdownload.core.file.DownloadOutputStream |
create(android.content.Context context,
android.net.Uri uri,
int flushBufferSize) |
boolean |
supportSeek() |
public Factory(@NonNull
FileDownloadHelper.OutputStreamCreator creator)
public com.liulishuo.okdownload.core.file.DownloadOutputStream create(android.content.Context context,
java.io.File file,
int flushBufferSize)
throws java.io.FileNotFoundException
create in interface com.liulishuo.okdownload.core.file.DownloadOutputStream.Factoryjava.io.FileNotFoundExceptionpublic com.liulishuo.okdownload.core.file.DownloadOutputStream create(android.content.Context context,
android.net.Uri uri,
int flushBufferSize)
throws java.io.FileNotFoundException
create in interface com.liulishuo.okdownload.core.file.DownloadOutputStream.Factoryjava.io.FileNotFoundExceptionpublic boolean supportSeek()
supportSeek in interface com.liulishuo.okdownload.core.file.DownloadOutputStream.Factory