public interface Resource extends InputStreamSource
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
String |
getName() |
Resource |
getRelativeResource(String relativePath) |
URL |
getURL() |
boolean |
isOpen() |
getInputStream
URL getURL() throws IOException
IOException
Resource getRelativeResource(String relativePath) throws IOException
IOException
boolean exists()
boolean isOpen()
String getName()
Copyright © 2018 Brandao. All rights reserved.