b3ac53398923b39dbd9c7682c880f48a33cd6e3e
[sixth-data.git] / src / main / java / eu / svjatoslav / sixth / data / store / package-info.java
1 /*
2  * Sixth Data. Copyright ©2012-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of version 3 of the GNU Lesser General Public License
6  * or later as published by the Free Software Foundation.
7  */
8
9 package eu.svjatoslav.sixth.data.store;
10
11 /**
12  * Underlying storage layer.
13  * An fast ID to byte array map.
14  * Main interface {@link eu.svjatoslav.sixth.data.store.DataStore}.
15  */