Interface Decoder


public interface Decoder
Provides access to the functionality of the Decoder tool.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send data to the Decoder tool.
  • Method Details

    • sendToDecoder

      void sendToDecoder(ByteArray data)
      Send data to the Decoder tool.
      Parameters:
      data - The data to be sent to Decoder.