public interface Archive
Modifier and Type | Interface and Description |
---|---|
static class |
Archive.Role
The role of the archive in the API.
|
static interface |
Archive.Versioned
Extension of the archive interface that can also provide the version of the archive.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
InputStream |
openStream() |
@Nonnull InputStream openStream() throws IOException
IOException
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.