Package org.codice.ddf.attachment
Interface AttachmentInfo
public interface AttachmentInfo
This code is experimental. While this interface is functional and tested, it may change or be
removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getStream
InputStream getStream() -
getFilename
String getFilename() -
getContentType
String getContentType()
-