org.addsimplicity.anicetus.io
Interface TelemetryDecoder

All Known Implementing Classes:
JsonDecoder

public interface TelemetryDecoder

The decoder interface is used to translate an encoded buffer into a telemetry artifact.

Author:
Dan Pritchett (driveawedge@yahoo.com)

Method Summary
 GlobalInfo decode(char[] encoded)
          Decode the buffer into a telemetry artifact.
 

Method Detail

decode

GlobalInfo decode(char[] encoded)
Decode the buffer into a telemetry artifact.

Parameters:
encoded - The encoded buffer.
Returns:
the telemetry artifact


Copyright © 2009 Add Simplicity. All Rights Reserved.