FINISHED_LIST| Constructor and Description |
|---|
FileWriteTask(File file,
byte[] contents) |
FileWriteTask(File file,
InputStream contents) |
FileWriteTask(File file,
String contents) |
FileWriteTask(String path,
byte[] contents) |
FileWriteTask(String path,
InputStream contents) |
FileWriteTask(String path,
String contents) |
| Modifier and Type | Method and Description |
|---|---|
void |
onRun() |
cleanObject, collectTask, getFromThreadStore, getResult, getTaskId, hasResult, isFinished, onCompletion, run, saveToThreadStore, setResult, setTaskIdpublic FileWriteTask(String path, byte[] contents)
public FileWriteTask(String path, InputStream contents)
public FileWriteTask(File file, byte[] contents)
public FileWriteTask(File file, InputStream contents)
Copyright © 2020. All rights reserved.