public class ClassPathResource extends Object
| Constructor and Description |
|---|
ClassPathResource(String path) |
ClassPathResource(String path,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
getDefaultClassLoader() |
InputStream |
getInputStream() |
public ClassPathResource(String path)
public ClassPathResource(String path, ClassLoader classLoader)
public static ClassLoader getDefaultClassLoader()
public InputStream getInputStream() throws IOException
IOExceptionCopyright © 2016. All rights reserved.