Package org.djutils.serialization
Class SerialDataDecoder
java.lang.Object
org.djutils.serialization.SerialDataDecoder
- All Implemented Interfaces:
org.djutils.decoderdumper.Decoder
Decoder for inspection of serialized data.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Details
-
SerialDataDecoder
Construct a new SerialDataDecoder.- Parameters:
endianUtil
- EndianUtil; the endian util to use to decode multi-byte values
-
-
Method Details
-
getResult
- Specified by:
getResult
in interfaceorg.djutils.decoderdumper.Decoder
-
getMaximumWidth
public final int getMaximumWidth()- Specified by:
getMaximumWidth
in interfaceorg.djutils.decoderdumper.Decoder
-
append
- Specified by:
append
in interfaceorg.djutils.decoderdumper.Decoder
- Throws:
IOException
-
ignoreForIdenticalOutputCheck
public final boolean ignoreForIdenticalOutputCheck()- Specified by:
ignoreForIdenticalOutputCheck
in interfaceorg.djutils.decoderdumper.Decoder
-