Package 

Interface Archive

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

    
    public interface Archive
     implements SuspendingCloseable
                        

    Represents an immutable archive.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface Archive.Entry

      Holds an archive entry's metadata.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<Archive.Entry> entries() List of all the archived file entries.
      abstract Archive.Entry entry(String path) Gets the entry at the given path.
      • Methods inherited from class org.readium.r2.shared.util.SuspendingCloseable

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait