Interface KvFileBlockCodec<T>

All Known Implementing Classes:
KvFileSequentialBlockCodec

public interface KvFileBlockCodec<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    decodeAll(byte[] bytes)
     
    byte[]
    encodeAll(List<T> items)
     
  • Method Details

    • encodeAll

      byte[] encodeAll(List<T> items)
    • decodeAll

      List<T> decodeAll(byte[] bytes)