public class StreamUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
copy(ClassLoader classLoader,
String url,
com.sun.net.httpserver.HttpExchange exchange) |
static boolean |
copy(ClassLoader classLoader,
String url,
Writer out) |
static Date |
getResourceModifiedDate(ClassLoader classLoader,
String url) |
public static boolean copy(ClassLoader classLoader, String url, Writer out) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic static Date getResourceModifiedDate(ClassLoader classLoader, String url) throws URISyntaxException
URISyntaxExceptionpublic static boolean copy(ClassLoader classLoader, String url, com.sun.net.httpserver.HttpExchange exchange) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionCopyright © 2015. All Rights Reserved.