public static interface FileStreamer.FileStreamerCallback
| Modifier and Type | Method and Description |
|---|---|
void |
finished(boolean success,
String errorMessage,
Throwable cause) |
void |
writeDataChunk(byte[] data,
int offset,
int length) |
Copyright © 2015 Formicary. All rights reserved.