public class ClassPathResource extends AbstractResource
| Constructor and Description |
|---|
ClassPathResource(String path) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Return an InputStream.
|
String |
getPath() |
getString, printpublic ClassPathResource(String path)
public InputStream getInputStream() throws IOException
ResourceIOException - if the stream could not be openedpublic String getPath()
Copyright © 2013 Whizu. All Rights Reserved.