-
public final class IOsKt
-
-
Method Summary
Modifier and Type Method Description final URLresource(String path)Get a resource url from the classpath. final InputStreamresourceAsStream(String path)Get a resource InputStream from the classpath. final StringresourceAsString(String path)Get a text content of a resource from the classpath. -
-
Method Detail
-
resourceAsStream
final InputStream resourceAsStream(String path)
Get a resource InputStream from the classpath.
-
resourceAsString
final String resourceAsString(String path)
Get a text content of a resource from the classpath.
-
-
-
-