Interface SizedDataSource

  • All Superinterfaces:
    jakarta.activation.DataSource
    All Known Implementing Classes:
    ZipDataSource

    public interface SizedDataSource
    extends jakarta.activation.DataSource
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSize()  
      • Methods inherited from interface jakarta.activation.DataSource

        getContentType, getInputStream, getName, getOutputStream
    • Method Detail

      • getSize

        long getSize()