public final class IterativeExtensions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_NAME
The launching extension name.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterTable.Builder |
builder()
Creates a new builder for building
ParameterTable. |
static ParameterTable |
load(InputStream input)
Restores the
saved object. |
static void |
save(OutputStream output,
ParameterTable table)
Stores the parameter table into the target stream.
|
public static final String EXTENSION_NAME
public static ParameterTable.Builder builder()
ParameterTable.public static ParameterTable load(InputStream input) throws IOException
saved object.input - the input sourceIOException - if I/O error was occurred while loading the objectpublic static void save(OutputStream output, ParameterTable table) throws IOException
output - the target outputtable - the target tableIOException - if I/O error was occurred while saving the objectload(InputStream)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.