Package ai.tock.shared
Class IOsKt
-
- All Implemented Interfaces:
public final class IOsKt
-
-
Method Summary
Modifier and Type Method Description final static URLresource(String path)Get a resource url from the classpath. final static InputStreamresourceAsStream(String path)Get a resource InputStream from the classpath. final static StringresourceAsString(String path)Get a text content of a resource from the classpath. -
-
Method Detail
-
resourceAsStream
final static InputStream resourceAsStream(String path)
Get a resource InputStream from the classpath.
-
resourceAsString
final static String resourceAsString(String path)
Get a text content of a resource from the classpath.
-
-
-
-