Interface ByteFactory


public interface ByteFactory
Since:
01/02/16.
  • Method Details

    • createByteEncoder

      ByteEncoder createByteEncoder()
      Create a new binary encoder.
      Returns:
      the new created encoder
    • createByteDecoder

      ByteDecoder createByteDecoder()
      Create a new binary decoder.
      Returns:
      the new created decoder