public interface ImageUpload
Modifier and Type | Method and Description |
---|---|
String |
upload(File image) |
String |
upload(File image,
String message) |
String |
upload(String imageFileName,
InputStream imageBody) |
String |
upload(String imageFileName,
InputStream imageBody,
String message) |
String upload(File image, String message) throws TwitterException
TwitterException
String upload(File image) throws TwitterException
TwitterException
String upload(String imageFileName, InputStream imageBody) throws TwitterException
TwitterException
String upload(String imageFileName, InputStream imageBody, String message) throws TwitterException
TwitterException
Copyright © 2014. All Rights Reserved.