Package 

Interface ContentService

    • Method Summary

      Modifier and Type Method Description
      abstract Content content(Locator start) Creates a Content starting from the given start location.
      • Methods inherited from class org.readium.r2.shared.publication.services.content.ContentService

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • content

         abstract Content content(Locator start)

        Creates a Content starting from the given start location.

        The implementation must be fast and non-blocking. Do the actual extraction inside the Content implementation.