public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream is,
OutputStream os) |
static byte[] |
readFile(File in) |
static byte[] |
readIs(InputStream is) |
static Map<String,String> |
readProguardConfig(File config) |
static void |
writeFile(byte[] data,
File out) |
public static byte[] readFile(File in) throws IOException
IOExceptionpublic static byte[] readIs(InputStream is) throws IOException
IOExceptionpublic static void writeFile(byte[] data,
File out)
throws IOException
IOExceptionpublic static Map<String,String> readProguardConfig(File config) throws IOException
IOExceptionpublic static void copy(InputStream is, OutputStream os) throws IOException
IOExceptionCopyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.