public class IoUtil extends Object
| Constructor and Description |
|---|
IoUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readBytes(InputStream is) |
static InputStream |
readClass(ClassLoader classLoader,
String className) |
static byte[] |
readClassAsBytes(ClassLoader classLoader,
String className) |
public static InputStream readClass(ClassLoader classLoader, String className)
public static byte[] readClassAsBytes(ClassLoader classLoader, String className) throws IOException
IOExceptionpublic static byte[] readBytes(InputStream is) throws IOException
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.