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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe role of the archive in the API.static interfaceExtension of the archive interface that can also provide the version of the archive. -
Method Summary
-
Method Details
-
getName
String getName() -
openStream
- Throws:
IOException
-