@FunctionalInterface public interface ResourceStreamProvider
Modifier and Type | Method and Description |
---|---|
InputStream |
openInputStream() |
InputStream openInputStream() throws IOException
InputStream
for the resource's dataIOException
- If failed to open the streamCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.