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