package org.warp.jcwdb; import com.esotericsoftware.kryo.io.Input; public interface DBReader { T read(Input i, int size); }