interface StoreBinaryGetLong
Binary operations performed on StoreBinary which retuns long
abstract fun get(input: DataInput2, size: Int): Long
open class BinaryGet<K : Any, V : Any> : StoreBinaryGetLong