Package 

Interface Publication.Service

  • All Implemented Interfaces:
    org.readium.r2.shared.util.Closeable

    
    public interface Publication.Service
     implements Closeable
                        

    Base interface to be implemented by all publication services.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Publication.Service.Context

      Container for the context from which a service is created.

    • Method Summary

      Modifier and Type Method Description
      Unit close() Closes any opened file handles, removes temporary files, etc.
      • Methods inherited from class java.lang.Object

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

      • close

         Unit close()

        Closes any opened file handles, removes temporary files, etc.