public class BinaryTableContainer<R,C,V> extends TableContainer<R,C,V>
TableContainer,
using Serializable to serialize and deserialize table container object.| Constructor and Description |
|---|
BinaryTableContainer(String headerName) |
| Modifier and Type | Method and Description |
|---|---|
BinaryTableContainer<R,C,V> |
load(@NotNull String path)
Load data from external storage into container.
|
void |
persist(@NotNull String path)
Persist container data to external permanent storage.
|
clean, clone, columnKeys, columnMap, CONTAINER_COUNT, filter, get, getHeaderName, merge, NULL_CHARACTER_DISPLAY, NULL_CHARACTER_DISPLAY, print, print, push, rowKeys, rowMap, setHeaderName, singleColumn, singleRow, sortpublic BinaryTableContainer(String headerName)
public void persist(@NotNull
@NotNull String path)
throws DataPersistenceException
persist in class TableContainer<R,C,V>path - external storage pathDataPersistenceException - error appearance such as IOException and so onpublic BinaryTableContainer<R,C,V> load(@NotNull @NotNull String path) throws DataLoadingException
load in class TableContainer<R,C,V>path - external storage pathDataLoadingException - error appearance such as ClassNotFoundException, ClassCastException and so onCopyright © 2019. All rights reserved.