-
- 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 interfaceArchive.EntryHolds an archive entry's metadata.
-
Method Summary
Modifier and Type Method Description abstract List<Archive.Entry>entries()List of all the archived file entries. abstract Archive.Entryentry(String path)Gets the entry at the given path.-
-
Method Detail
-
entries
abstract List<Archive.Entry> entries()
List of all the archived file entries.
-
entry
abstract Archive.Entry entry(String path)
Gets the entry at the given
path.
-
-
-
-