Package hudson.plugins.emailext
Interface SizedDataSource
-
- All Superinterfaces:
DataSource
- All Known Implementing Classes:
ZipDataSource
public interface SizedDataSource extends DataSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSize()
-
Methods inherited from interface javax.activation.DataSource
getContentType, getInputStream, getName, getOutputStream
-
-