@FunctionalInterface public interface IInputStreamProvider
InputStream objects from a given
name.| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream(String sName)
Get the input stream from the given name.
|
@Nullable InputStream getInputStream(@Nonnull String sName)
sName - The name to be resolved. May not be null.null if resolving failed.Copyright © 2014–2016 Philip Helger. All rights reserved.