public class IO extends Object
| Constructor and Description |
|---|
IO() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
read(File file,
Class<T> type) |
static <T> T |
read(InputStream is,
Class<T> type) |
static void |
write(Object obj,
File file) |
static void |
write(Object obj,
OutputStream out) |
public static <T> T read(InputStream is, Class<T> type)
public static void write(Object obj, OutputStream out)
Copyright © 2021. All rights reserved.