public interface IInputStreamResolver
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 © 2006–2014 phloc systems. All rights reserved.