Package org.revapi

Interface Archive

  • All Known Subinterfaces:
    Archive.Versioned
    All Known Implementing Classes:
    FileArchive, InputStreamArchive

    public interface Archive
    A simple abstraction of a file or archive. The archive merely has a name and can be opened as a stream.
    Since:
    0.1
    Author:
    Lukas Krejci