public interface Uploader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
complete() |
void |
upload(File file,
String filename) |
void upload(File file, String filename) throws IOException
IOExceptionboolean complete()
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2004-2016. All Rights Reserved.