Class SerialDataDecoder

  • All Implemented Interfaces:
    Decoder

    public class SerialDataDecoder
    extends Object
    implements Decoder
    Decoder for inspection of serialized data.

    Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See DJUTILS License.

    Version:
    $Revision$, $LastChangedDate$, by $Author$, initial version Jan 3, 2019
    Author:
    Alexander Verbraeck, Peter Knoppers
    • Constructor Detail

      • SerialDataDecoder

        public SerialDataDecoder​(EndianUtil endianUtil)
        Construct a new SerialDataDecoder.
        Parameters:
        endianUtil - EndianUtil; the endian util to use to decode multi-byte values