Interface Content

All Known Implementing Classes:
FileSystemContent, ResourceBasedContent

public interface Content
Represents the content of a file in the content store.
Author:
Alfonso Vásquez
  • Method Details

    • getLastModified

      long getLastModified()
      Returns the last modified date of the content.
    • getLength

      long getLength()
      Returns the content length.
    • getInputStream

      InputStream getInputStream() throws IOException
      Returns a InputStream for the data.
      Throws:
      IOException