public abstract class ConfigContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
getConfigNeverNull |
static String |
VERSION |
| Constructor and Description |
|---|
ConfigContainer() |
ConfigContainer(boolean getConfigNeverNull) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
load() |
abstract InputStream |
openInputStream() |
abstract OutputStream |
openOutputStream() |
int |
save() |
public static final String VERSION
public boolean getConfigNeverNull
public ConfigContainer()
public ConfigContainer(boolean getConfigNeverNull)
public abstract InputStream openInputStream() throws IOException
IOExceptionpublic abstract OutputStream openOutputStream() throws IOException
IOExceptionpublic void clear()
public int load()
public int save()
Copyright © 2018. All rights reserved.