Interface Codec<T>

All Known Implementing Classes:
DoubleCodec, FloatCodec, IntCodec, TwoBytesOrder

public interface Codec<T>
Author:
Dmitry Ovchinnikov
  • Method Summary

    Modifier and Type Method Description
    T decode​(byte[] data)  
    byte[] encode​(T data)  
  • Method Details