Constructor and Description |
---|
SimpleFileEntry(String name,
ExceptionalSupplier<? extends InputStream,? extends IOException> streamSupplier) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
String |
getName() |
public SimpleFileEntry(String name, ExceptionalSupplier<? extends InputStream,? extends IOException> streamSupplier)
public String getName()
public InputStream getInputStream() throws IOException
getInputStream
in interface FileEntry
IOException
- if an I/O error occurs.Copyright © 2002-2021 Atlassian. All Rights Reserved.