public interface UploadCallback
| 限定符和类型 | 方法和说明 |
|---|---|
int |
send(OutputStream out)
send file content callback function, be called only once when the file uploaded
|
int send(OutputStream out) throws IOException
out - output stream for writing file contentIOException - if an error occurredCopyright © 2017. All rights reserved.