public abstract class FileCallback extends AbsCallback
| Constructor and Description |
|---|
FileCallback() |
FileCallback(String fileAbsolutePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(NewCall newCall,
HttpResponse response,
int id) |
void |
onSuccess(NewCall newCall,
File file,
int id) |
void |
onSuccess(NewCall newCall,
InputStream fileStream,
int id) |
onFailurepublic FileCallback()
public FileCallback(String fileAbsolutePath)
public void onResponse(NewCall newCall, HttpResponse response, int id)
onResponse in class AbsCallbackpublic void onSuccess(NewCall newCall, InputStream fileStream, int id)
Copyright © 2019. All rights reserved.