Package org.revapi.base
Class FileArchive
- java.lang.Object
-
- org.revapi.base.FileArchive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.revapi.Archive
Archive.Role, Archive.Versioned
-
-
Constructor Summary
Constructors Constructor Description FileArchive(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
String
getName()
InputStream
openStream()
-
-
-
Constructor Detail
-
FileArchive
public FileArchive(File file)
-
-
Method Detail
-
openStream
@Nonnull public InputStream openStream() throws IOException
- Specified by:
openStream
in interfaceArchive
- Throws:
IOException
-
getFile
public File getFile()
-
-