Interface ContentResult

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultContentResult

public interface ContentResult extends Closeable
Result of getting binary content from a SIP.
  • Method Details

    • getFormatMimeType

      String getFormatMimeType()
    • getLength

      long getLength()
    • getInputStream

      InputStream getInputStream()
    • getName

      String getName()