类分层结构
- java.lang.Object
- cn.featherfly.common.storage.LocalDirStorage<E> (implements cn.featherfly.common.storage.Storage<E,ID>)
- cn.featherfly.common.storage.stream.RemoteStorage<E,ID> (implements cn.featherfly.common.storage.Storage<E,ID>)
接口分层结构
- cn.featherfly.common.storage.Storage<E,ID>