Interface Attachment
-
public interface AttachmentAttachment retrieved from a web page.- See Also:
WebPage.getAttachment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetContent()StringgetFilename()
-
-
-
Method Detail
-
getFilename
String getFilename()
-
getContent
InputStream getContent() throws IOException
- Throws:
IOException
-
-