public interface Format extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
by default,
close() = init() |
IniElement |
formatLine(String line)
format a line as a element
|
void |
init()
initialize
|
IniElement formatLine(String line)
line - line stringIniElementvoid init()
default void close()
close() = init()close in interface AutoCloseableclose in interface CloseableCopyright © 2020. All rights reserved.